G
Guest
I have 2 forms which are possible to be opened at the same time. Inside a
procedure of both forms, it loops and wait for a condition to be true before
run next statement. What happened is when first form is opened and before it
loop, Second form is both opened and looping. Then I back to first form and
try to make it loop but it doesn't work. Debug show me that vba code in first
form is freezed while vba code in second form is running (eventhough loop
contain DoEvents).
Does it mean that VBA code in Access run step by step and can not run
simultenously ?
procedure of both forms, it loops and wait for a condition to be true before
run next statement. What happened is when first form is opened and before it
loop, Second form is both opened and looping. Then I back to first form and
try to make it loop but it doesn't work. Debug show me that vba code in first
form is freezed while vba code in second form is running (eventhough loop
contain DoEvents).
Does it mean that VBA code in Access run step by step and can not run
simultenously ?