C
Chris Freeman
I have one form that opens, and the user clicks a button to run a procedure.
During the procedure, a second opens from an update query, showing employees
with duplicate addresses. The procedure runs against multiple import files,
so it may show the form multiple times. I want to put a checkbox on the
address review form, so the user can say, "I do not want to view this form
again". How do I do so without the checkbox being part of the data structure?
I can't remember how to make it part of a global variable so it is read the
second time in an If...Then statement.
Thank you
During the procedure, a second opens from an update query, showing employees
with duplicate addresses. The procedure runs against multiple import files,
so it may show the form multiple times. I want to put a checkbox on the
address review form, so the user can say, "I do not want to view this form
again". How do I do so without the checkbox being part of the data structure?
I can't remember how to make it part of a global variable so it is read the
second time in an If...Then statement.
Thank you