>> import seems to take longer

J

Jonathan

Hi, when using the following line in Access 97 the import was very quick

DoCmd.TransferDatabase acImport, "Microsoft Access", DbPath, acForm,
!smoDesc, !smoDesc

Now when using this same line in Access 2003, the import is taking longer.
No big deal for a single object. But becomes an issue when importing a number
of objects.

Is there a way to speed up an import of forms and reports?

Many thanks,
Jonathan
 
Top