I need to declare a global variable so it can be used by several forms. The forms will open another form, tied to the record. I was using something like the following to put the data into the sql query, but now that the project has grown and additional functions need to be added, this form needs to be able to look to different forms for the criteria.
Originally
Can this be done with a global variable? If so how... I have no idea how to do this. Totally new to this.
Originally
Code:
forms!frmnewcourt!combo22
Can this be done with a global variable? If so how... I have no idea how to do this. Totally new to this.