Export Access Structure only ?

O

olivier

Hello,
I want to give a friend my small Access database structure on a floppy. I do
not want give him data. Is there a way to export/copy my access database
structure only ?
Thanks in advance.
Olivier
 
E

Ed Warren

Easy answer

1. Make a copy of your database
2. Open each table in the copy. Then select all records then delete. (if
related, then gotta do it in the right order)
3. Then compact and repair the copy.
Now you have a clean copy.

Little harder.

1. Make a copy of your database
2. Open the copy
3. For each table right click and select copy, structure only, then save
copy as (table)_1
4. Go back and delete all the orginial tables
5. Rename the copies from (table)_1 to (table).

Hope this helps,

Ed Warren
 
J

Jim/Chris

In a macro
Transfer database
In the action arguments "Structure Only" put Yes

Jim
 
R

rkc

olivier said:
Hello,
I want to give a friend my small Access database structure on a floppy. I do
not want give him data. Is there a way to export/copy my access database
structure only ?

Split your database into frontend backend and send your friend a copy of
the front end.

Tools - Database Utilities - Database Splitter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top