Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Don't Display Upgrade Message Box

Status
Not open for further replies.

GillinghamFC

Programmer
Jan 28, 2002
18
GB
I am automating a process using Access CMD commands the only problem is the database is in a different format to the version I have on my machine and I receive a pop-up box which says something like

"This database was created in an earlier version of access..."

How can I stop this message from popping up without upgradeing the database.

 
Try DoCmd.SetWarnings = False

Make sure you turn it back on at the end

VR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top