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
 
Back
Top