B
BillyJ
I have a question regarding two different macros.
One macro is a "prepopulate" type macro. It loops through a field and
prepopulates a number of fields with semi-random data.
However, the idea is that you can then go into a form and change a couple of
those fields if you need to make adjustments. There is a second macro that is
linked to the "On Change" event of that field that checks to make sure I
haven't entered a number that already exists in the field. But I dont want
that "check" macro to run while my prepopulate macro is running since it
already has that function built in.
Is there a way to temporarilly turn the "check" macro off while the
"prepopulate" macro is running.
Thanks so much in advance.
One macro is a "prepopulate" type macro. It loops through a field and
prepopulates a number of fields with semi-random data.
However, the idea is that you can then go into a form and change a couple of
those fields if you need to make adjustments. There is a second macro that is
linked to the "On Change" event of that field that checks to make sure I
haven't entered a number that already exists in the field. But I dont want
that "check" macro to run while my prepopulate macro is running since it
already has that function built in.
Is there a way to temporarilly turn the "check" macro off while the
"prepopulate" macro is running.
Thanks so much in advance.