How do I assign a variable globally so it is recognized on every form in the database. My users work under a specific account and I want each form to remember that account until the user changes the account.
The plan is that when the user goes to the main screen, they will select the account number they want to work in. Every form will remember the account number, and code will control the data by account. When they are ready they will be able to go back to the main screen and change the account.
The plan is that when the user goes to the main screen, they will select the account number they want to work in. Every form will remember the account number, and code will control the data by account. When they are ready they will be able to go back to the main screen and change the account.