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.