Search results

  1. J

    Update multiple Combobox Row Sources utilizing a Global Variable

    I have a form with a tabbed control on it. Each tab has a form, with subforms, on it. The main form (frmBid) is opened to a specific record (BidID). Is there a simple way to limit the comboboxes to only show records containing BidID for the open bid? I've tried using the Criteria area of the...
  2. J

    Why is my code different than examples?

    I see many examples utilizing this syntax: Forms!FormName.ComboName Yet I have to write mine like this: Form_FormName.ComboName I've been dealing with it for awhile now so i have a lot of code already written like this. But, my concern is that I might have to re-write all of the code in the...
Back
Top Bottom