Suppress Import Message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am importing employee photos as their record becomes active. However, as
you scroll through the records, it is quite annoying having the "importing
object" message appear. Can you suppress this message?

Without success, I have tried with:

DoCmd.SetWarnings False
' your import code here
DoCmd.SetWarnings True
 
I am importing employee photos as their record becomes active. However, as
you scroll through the records, it is quite annoying having the "importing
object" message appear. Can you suppress this message?

Without success, I have tried with:

DoCmd.SetWarnings False
' your import code here
DoCmd.SetWarnings True

See:
API: Suppress the "Loading Image" dialog
http://www.mvps.org/access/api/api0038.htm
 

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