duanecwilson
Programmer
If I declare a module level variable (I think it's called that) on FormA and initialize it on the Load event, will it be visible to the after_update event on a combobox on SubformB or SubformC? I want to set this variable based on whether these fields have changed or not. I have 2 unbound subforms and am updating a table based on whether any of 4 different fields have been updated or not and which one was. This update is going to occur when the main form, FormA is closed.
I know I can use a global variable, but don't want to if I don't have to.
Duane Wilson
I know I can use a global variable, but don't want to if I don't have to.
Duane Wilson