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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upgrading Access 95 DB

Status
Not open for further replies.

racherry

MIS
Oct 6, 2002
31
US
Or Access 97. Does anyone have experience upgrading an Access database to 2000. There are number of VB4 modules.

Thanks
 
It can be done. Run the Convert feature in 2000, then test each code function and see what remains broken. Some simple syntax errors will remain. For instance, DoCmd Open converts to DoCmd.Open, but DoCmd Close doesn't automatically convert to DoCmd.Close. Stupid Bill Gates and his lazy pack of morons. Newposter
"Good judgment comes from experience. Experience comes from bad judgment."
 
Compile all your modules in the previous version before converting to shake out any bug in redundant code.

This can save time when you convert

Neil Berryman
IT Trainer
neil_berryman@btopenworld.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top