copying tables in Access to a cd

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to copy 4 tables from an Access database to send to the state on a cd.
I can send the entire database but most of this information is protected by
law . "Help" in the case wasn't any help. Can someone tell me how to do
this?
 
Tables in Access don't have an existence of their own: they can only exist
inside an MDB (or MDE) file.

One option is to create a new database, and import the 4 tables into the new
database (through File | Get External Data | Import).

Another is to export the data to, say, Excel, and send the spreadsheet.
 
You best and easiest way is to build a query that gives you the data you wish
to convey. Run the query and then click in the upper most left corner to
highlight all the results, copy and then paste in a Word document. It will
paste as a table in Word.
 
Linda said:
I need to copy 4 tables from an Access database to send to the state
on a cd. I can send the entire database but most of this information
is protected by law . "Help" in the case wasn't any help. Can
someone tell me how to do this?

Having been with a State tax department, I suggest you start by finding
out what format(s) the state will accept.

Assuming they will accept Access, you could copy your current mdb and
then delete the tables and fields that have information you do not want to
pass on to the state. Then send them that database.

It could be they would prefer a text file likely comma delineated.
 
Thank you, it worked!!

Douglas J Steele said:
Tables in Access don't have an existence of their own: they can only exist
inside an MDB (or MDE) file.

One option is to create a new database, and import the 4 tables into the new
database (through File | Get External Data | Import).

Another is to export the data to, say, Excel, and send the spreadsheet.
 
Thank you very much.

Joseph Meehan said:
Having been with a State tax department, I suggest you start by finding
out what format(s) the state will accept.

Assuming they will accept Access, you could copy your current mdb and
then delete the tables and fields that have information you do not want to
pass on to the state. Then send them that database.

It could be they would prefer a text file likely comma delineated.
 

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

Back
Top