copy a database

C

Chely

I copy a database with the definitions only checked but allways copy
all the data.What could be the problem?. Somebody have any idea why
this happening and how to fix it? thank you
 
C

Chely

yes. how i can copy only the stucture of the database.i don't know why
i having this problem. Thank you
 
D

Duane Hookom

Apparently you need to copy the MDB containing the actual tables without
including the data. Then relink your copied front-end to the new, blank
back-end.
 
Top