Search results

  1. J

    Getting primary key from record added with SaveRecord

    Hi all, I have a VBA module that runs on the 'click' event for a button on a form that's opened in 'Add' mode (a typical 'Add' button). In the module I use the command: DoCmd.RunCommand acCmdSaveRecord to save the record, and that's working just fine. However, in that same VBA module, I...
  2. J

    Change text box when listbox item is selected

    Hi all, I'm a newbie with Access (although I do have some experience programming other MS products (like VB)) so I'm not sure I'm even asking this the right way, but here goes: I have a database with 3 tables: tblRequirements contains requirements and has the following fields: Number...
Back
Top Bottom