Jan 14, 2002 #1 zahara666 Technical User Nov 1, 2001 78 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
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
Jan 14, 2002 #2 mrf1xa Technical User Jan 14, 2002 366 GB 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 Upvote 0 Downvote
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
Jan 15, 2002 #3 young Programmer Aug 1, 2001 47 Try use public variable and save data from report to it and then use recorset to insert this variabe to the table. Upvote 0 Downvote
Try use public variable and save data from report to it and then use recorset to insert this variabe to the table.