| Thread | Last Post | Replies |
|
| Error on form after record has been deleted | 01 Sep 2008 17:08 GMT | 3 |
I am using a checkbox control on a form to add a record to a separate table with postal address information which is displayed as a subform. If the checkbox is checked, the subform is visible and the data appears. If the checkbox is then unchecked, the code on the form runs to ...
|
| Code to pass value from subform to control on parent? | 01 Sep 2008 05:52 GMT | 4 |
Could anyone tell me the proper syntax for passing a value from a control in a (datasheet) subform to a control on the parent form? Just to make sure I'm using the right terminology here, parent form is based on tbl_Items, and subform is based on tbl_RelDates (linked by ItemID). ...
|
| send recordset to report | 01 Sep 2008 04:14 GMT | 2 |
I have a form that submits the fields by recordset instead of bound fields. Dim Rs As Recordset Set Rs = CurrentDb.OpenRecordset("Assets") Rs.AddNew
|
| modify backend table | 01 Sep 2008 04:02 GMT | 4 |
I got table exclusive opened by other user when I tried to add a new field in the table. It seems the backend application table is locked by a user. I use SQL as row source of the dropdown box.
|
| Vista - XP Compatibility for Access 2003 MDB / MDE | 01 Sep 2008 02:45 GMT | 3 |
Create mdb in office 2003 and Windows XP Move to Office 2003 and Vista Get errors in querys with VBA functions like Left() and Mid() This can be fixed by the following procedure in the copy on VISTA
|
| OnKeyDown - Allowing Other Access Shortcut Keystrokes to Pass Thro | 01 Sep 2008 01:42 GMT | 1 |
In some of my continuous forms, from within the form's OnKeyDown event procedure I call a sub which lives in a General Module. That sub examines the keys pressed and traps Ctrl plus arrow keys for alternate functionality, but I would like other key combos (especially Ctrl+' to ...
|