Search results

  1. J

    Staying on the same record ID when switching forms

    I think I know what's going on. I have 8 different forms. Each form has 8 buttons - each one launches a different form. When creating the forms, I simply copied all 8 buttons, and pasted them on each form, so no matter what form the user is on, they can easily switch between them. (I know...
  2. J

    Staying on the same record ID when switching forms

    Hey, Alex. Each form is using a primary table with the ContractID as the primary key, with other tables or views connected to the primary table. I have a command button on the first form to open the second form. I've tried using: Public Sub B_AspenInfo1_Click() DoCmd.OpenForm...
  3. J

    Staying on the same record ID when switching forms

    Hey, Everyone. My issue is simple - I just need a little piece of code. Two forms have matching fields (ContractID), and each form has different data displayed from different tables (SQL views, actually). I want Access 2007 to stay on the same ContractID when the user switches to a...
Back
Top Bottom