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!

ConvertAccessProject - but wheres my modules gone?

Status
Not open for further replies.

Ruppie

Programmer
Sep 14, 2003
8
GB
Hi,
I'm converting numerous version 2 backend databases to XP.
They have lots of tables, but only a couple of forms and a single module.

I have been trying to use ConvertAccessProject as detailed in Technet and it works apart from the module which does not get copied across to the new database.(tables,queries,forms and macros are all there)

Application.ConvertAccessProject _
SourceFilename:=strOLDDB, _
DestinationFilename:=strNewDb, _
DestinationFileFormat:=acFileFormatAccess2002

Anyone know why ?

I can do a transferdatabase afterwards to copy the module acress, but then the references are missing.

(P.S all the frontends have had to be converted manually via 97 as there was so much code problems - I would be great not to have to repeat this for the data as well!)

Thanks
Ruppie

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top