B
Boon
Hi,
I have a while loop like the one below
While i<=10 do
docmd.openform "FormA", ....
i=i+1
loop
I want the loop to stop after formA is open. (So that I will ask for
information in form A and update the table through SQL code -
docmd.runsql.... How can I do this?
Thanks,
I have a while loop like the one below
While i<=10 do
docmd.openform "FormA", ....
i=i+1
loop
I want the loop to stop after formA is open. (So that I will ask for
information in form A and update the table through SQL code -
docmd.runsql.... How can I do this?
Thanks,