| Thread | Last Post | Replies |
|
| DataGrid in Access | 29 Apr 2005 09:53 GMT | 4 |
Is it possible to use a datagrid in Access? regards reidarT
|
| field from subform to appear in a textbox on the form | 29 Apr 2005 08:24 GMT | 1 |
Getting field from subform (datasheet) to appear in a textbox on the form. I have a comments field with several lines of text, so its not practical to have it shown in datasheet view on my form. I want the comments field to appear in a text box below the datasheet subform.
|
| API | 29 Apr 2005 07:33 GMT | 3 |
Can anybody tell me the API for the references under Tools menu. Thanks in advance Raj.
|
| Why does 'set warnings' throws debugger? | 29 Apr 2005 03:04 GMT | 6 |
More code from this forum: Form Control button: Used to bypass the typical append query warnings. "Compile error" Method or data member not found! Highlighted is the ".SetWarnings" bits.
|
| Set visible control in continous form | 29 Apr 2005 00:35 GMT | 2 |
Dear friends and pros, There is the control "B" in a continous form that is filled with data by the user only if combo "A" has a specific value. I was able to make the control "B" visible only if the value selected in
|
| I need help with new record | 28 Apr 2005 23:26 GMT | 3 |
How can I Undo a new record when the user exits a text box leaving all fields on this record empty. I want to do this automatically and not ask the user to hit delete? thanks
|
| Ignoring case on SELECT WHERE... | 28 Apr 2005 23:24 GMT | 8 |
I have the following command: recSet3.Open "SELECT * from invtiv_PRINTER where PRINTER_MODEL = '" & ws_printer_model & "'" However, I want the SELECT to return a record on matching TEXT, not on
|
| Toolbar Control | 28 Apr 2005 22:48 GMT | 1 |
Hi. Just started using the Activex Toolbar control and was wondering if someone could help me with a problem. I'm not sure how the reference the Button Menu(s) for a tbrDropdown style button. Using the following code
|
| "<>" not working | 28 Apr 2005 22:24 GMT | 4 |
When trying to use the following statement If DLookup("[fldcode]", "tblReagents", "[fldcode] <> Forms![frm shelflifedialog box]!Text0") Access always returns Runtime Error 13 Type Mismatch.
|
| Making a combobox of available Marcos to apply to current form | 28 Apr 2005 22:13 GMT | 2 |
I have a lot of presaved queries that are expressed through marcos. Is there a way to make a combobox that lists these Marcos and runs them when selected? Thanks, MarcTA
|
| combo box | 28 Apr 2005 21:08 GMT | 1 |
I have a combo box in my form. I have set the tab stop to Yes and have set the tab order. What I want to have done is once the choice is entered (field size is 1) in the combo box that it will advance to the next field instead of having to tab to the next field.
|
| navigate commands within a form | 28 Apr 2005 20:54 GMT | 3 |
I am trying to adapt Access 2000 (on XP) for my disabled child. I have a form with several command buttons and one of them (for instance, the correct answer to a math question) sends him to another form. My problem is in getting past the "correct answer" *without* triggering ...
|
| Option group and subform with command button | 28 Apr 2005 20:44 GMT | 2 |
I have a command button on my main form. I have a subform (lets call it subForm) with an option group (ogOptionGroup) on it. On the click event of the Command button, I want to run an If statement referencing the Option Group. I'm not sure how to do that. If I use:
|
| loading a combobox with and without a recordset | 28 Apr 2005 20:11 GMT | 1 |
I want to load a combobox using recordsource. Then add a single selection by hardcoding that will be the first selection in the entire list. there are different ways to attack this problem I think and could use some
|
| Need Case Select Solution | 28 Apr 2005 19:02 GMT | 3 |
Does anyone have Case Select code for this? I have a form with buttons(for each company) on it and when clicked should bring up another form with data records for that particular company. Each button represent a company set of records. When I click on a
|