Disable control on exit - Can't disable control that has focus...1351 (2/15/2007 9:45:28 PM) This is just a minor question, but it's one that has me stumped: I have a control that I would like to make invisible after the user leaves it. However, I also know you can't disable a control when it has the... Utf
Treeview control1281 (2/15/2007 4:36:00 PM) I'm using a Treeview control for the first time. I found some code to load the control. It works but all it does is load the control. One problem is that it does not display the '+' for any root node that has... Utf
Title of a Column in a datasheet view0568 (2/16/2007 3:23:00 AM) I have a form in Access 2003 that I want to display in datasheet view. In this layout, the column titles become the title of the column displaying the control. Is there a way to keep the control name "as is... Utf
Select distinct based on a form control0446 (2/15/2007 10:33:05 PM) Trying to populate a second combo box in a Form based on the user data input into the first combo box in the same form. The all combo boxes are bound to text fields. The statement I’m using is: SELECT DIST... Utf
Form going to 1st record after subform updated0384 (2/15/2007 9:52:46 PM) I have a form with a subform. The subform has code that runs on the AfterUpdate event. The code includes running several queries (updating data in the main form) and an hourglass cursor that turns on then off. ... rivka
Update Rowsource Records in unbound combos3324 (2/15/2007 7:52:57 PM) If I have an unbound combo box with a Rowsource that includes an "autonumberd" ID field, AND, I want to update one of the other fields in current row, how do I go about doing that? Say my Rowsource is compris... Bill
Combo Box Prolem0159 (2/15/2007 7:12:57 PM) Hi All, I have a combo box that will not let me select the items using my mouse. I can use the Arrow Down Key and then hit TAB to select the item. The only thing that I think may be causing this is the ROW sou... mattc66
Updatable SPROC on sub form0152 (2/15/2007 7:12:42 PM) I have a subform that has a sproc as it's record source. To display the needed fields, I have to use a SELECT statement within my subform sproc that includes an inner join. Is it possible to update a sproc on... scott
Checking if a Table exists1621 (2/15/2007 3:14:35 PM) I have a Client Database on a Laptop which has a Macro to link to the Master Database on a server. A table is created in the Client Database only if it can connect to the Master Database. I want the Macro to... Utf
Help with Popup search form0325 (2/15/2007 3:47:41 PM) Greetings all. In Access 2003 I have frmEWO with stored procedure as record source, and input parameter set to @enter_ewo = forms!frmSearchPopUp!txtEWO. On frmSearchPopUp there is text box txtEWO and comman... Utf