In your subform queries, add the code BattleDroid provided as the criteria for the BusinessNameID (or whatever you call your primary key in your business table).
Naturally you would make the following replacements when using BattleDroid's code:
Field1 = the field you want to apply the filter to...
Summary:
When is it appropriate to create two related backend databases with linked tables vs. putting them all together in one database?
Detail:
I am creating an application that has two main subject areas: Contracts and Transactions. Each Transaction must be related to a Contract, but aside...
I am trying to set the content of a text box equal to the current selection in a combo box.
I tried inserting the following into the AfterUpdate code for the combo box, to no avail:
me("TextBoxName") = ComboBoxName
I am new to scripting, and I am have exhausted my limited ability to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.