jaykellogg
Registered User.
- Local time
- Today, 14:31
- Joined
- Dec 7, 2016
- Messages
- 14
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 Query Builder by entering: [Form_frmBid].[BidID] and I've also tried using globBidID (declared as a Global variable). But, I haven't had success with either method.
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 Query Builder by entering: [Form_frmBid].[BidID] and I've also tried using globBidID (declared as a Global variable). But, I haven't had success with either method.