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

convert Access database from 2.0 to 97

Status
Not open for further replies.

Amy998

IS-IT--Management
Mar 28, 2001
8
US
I have an Access Database which is written in Access 2.0, it contains many functions, procedures and windows API Utilities etc... Right now, I am asked to convert it to 97. since there is a lot of difference from 2.0 to 97, Can somebody tell me what is easiest way to find those difference between 2.0 and 97 and get successes to convert? Which is the best way to convert?
Thanks
 
Try to do it just using MSAccess utilites. Maybe it can help... John Fill
 
I tried, I already converted to 97, but the most of functions in 97 don't work, I changed user to user32 in Declare, I compiled all modules, changed some dim statements, like changed Dim tbl as Table to Dim tbl As recordset, Dim Dys as Dyneset to dim Dys as Recordset etc... but the system still doesn't work, I don't know what else do i need to change? How do i know something need to be changed? Is it easier that convert it to 95 first then 97?
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top