Importing Lookup tables

A

Alan Fisher

I'm looking for the best way to import some lookup tables
at startup. I tried using a make table query but when the
table is created it has the subdatasheet name set to auto
which slows data access. Any help would be appreciated.
 
J

John Vinson

I'm looking for the best way to import some lookup tables
at startup. I tried using a make table query but when the
table is created it has the subdatasheet name set to auto
which slows data access. Any help would be appreciated.

Try using the TransferDatabase method to import the table instead.

John W. Vinson[MVP]
 
Top