jadams0173
Technical User
- Feb 18, 2005
- 1,210
If you use an append query to move records to a table, when are those records actuall there?
I have a problem where I append records to a table and then run a report. The new records don't show up on the report unless I close the report and then re-open it. I've tried for a week to figure out why.
I have captured the number of records before the append runs and after the append runs to make sure the recordcount does go up. So far nothing strange there.
I've tried the docmd.sendobject and now have it so the report is output to a file and the sent as an email attachment.
At the bottom of the report are some totals calculated using DSum. These totals are right even when the report doesn't show the new lines that were just added. I can post code if you want to see it. I've even added Sleep times and open the table and close it just to see if the records are there. Please help!
I have a problem where I append records to a table and then run a report. The new records don't show up on the report unless I close the report and then re-open it. I've tried for a week to figure out why.
I have captured the number of records before the append runs and after the append runs to make sure the recordcount does go up. So far nothing strange there.
I've tried the docmd.sendobject and now have it so the report is output to a file and the sent as an email attachment.
At the bottom of the report are some totals calculated using DSum. These totals are right even when the report doesn't show the new lines that were just added. I can post code if you want to see it. I've even added Sleep times and open the table and close it just to see if the records are there. Please help!