Running more than one module in simultaneous

J

José

1. Is it possible to run more than one module in simultaneous?
My question is to increase the speed and or generate a clock to see the
seconds running while the modules are processing.

Thanks
José
 
G

Graham R Seach

José,

It's not possible to run two or more procedures simulaneously.

You can, however, generate a clock by updating a Label control with the
current time, by using a form's Timer event.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
Top