Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Insert data from a report into a table?

Status
Not open for further replies.

zahara666

Technical User
Nov 1, 2001
78
0
0
CA
Can someone tell me if there is a way to take specific data from a report and have access automatically insert it into a table?

Thanks,
Julie
 
The only thing I can think of is to save the report as a text file, then import it as a delimited text file back into a table.

Seems a long way around- is there no way to capture the data before it becomes a report and create a table (or add to it) at this stage?

Nigel
 
Try use public variable and save data from report to it and then use recorset to insert this variabe to the table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top