Is the Correct?

B

Bob Vance

If I have only access Runtime installed on my machine and have a accde
version od my db and I want to import some more tables I cant do that???
 
J

John W. Vinson

If I have only access Runtime installed on my machine and have a accde
version od my db and I want to import some more tables I cant do that???

Exactly. You are trying to change the actual structure of your database file
(by adding some new tables). The runtime does not let you do things to change
the actual structure of your database; you need the full version.
 
Top