Status Feild

  • Thread starter Thread starter GLT
  • Start date Start date
G

GLT

Hi,

I have a status feild that updates as an import processing is running.

The status bar lists all of the imports as they are occuring.

The problem is that the feild does not update while the import is running.

I do know there is a command/function in VBA that I can use which ensures
that when heavy processing is occuring, it breaks momentarlity to do other
tasks such as displaying values etc...

Does anyone know what the command / functions is?

Cheers,
GLT.
 
GLT said:
Hi,

I have a status feild that updates as an import processing is running.

The status bar lists all of the imports as they are occuring.

The problem is that the feild does not update while the import is running.

I do know there is a command/function in VBA that I can use which ensures
that when heavy processing is occuring, it breaks momentarlity to do other
tasks such as displaying values etc...

Does anyone know what the command / functions is?

Cheers,
GLT.

Don't know if this applies to your situation.

Lookup the DoEvents Function in Access help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top