Updating data in a report

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

Guest

Te problem is once I add new data to a table via a form, the report I had created earlier does not show my new data. How can I update my reports without having to create a new report?
 
Can you give some more detail? A report normally updates
each time it is run, in preview or to print.
Fons
-----Original Message-----
Te problem is once I add new data to a table via a form,
the report I had created earlier does not show my new
data. How can I update my reports without having to
create a new report?
 
More details? I hope this will help. I created a database with only a few records on say Oct 12. Then I created a report listing the records by employee on Oct 13. On Nov 10 I added new records to my table with new employees and the report did not show these new records. The report only showed the records from Oct 12. How can I make the report include the records from OCt 12 and Nov 10 without having to recreate the report?
 
I don't have a definitve idea yet as to what is wrong.
When looking at your table, how many records do you see?
Is the report based on the table, or did you base it on a
query?
Is there a possible filter that may be activated? Such as
limited to a date?

Fons.
-----Original Message-----
More details? I hope this will help. I created a
database with only a few records on say Oct 12. Then I
created a report listing the records by employee on Oct
13. On Nov 10 I added new records to my table with new
employees and the report did not show these new records.
The report only showed the records from Oct 12. How can I
make the report include the records from OCt 12 and Nov 10
without having to recreate the report?
 
It sounds like you need to save the data you have just changed in your
form. Try putting in a save record before printing the report.
 
Thank you so much for the input. It turns out we weren't saving each individual records as we entered them. It is updating just fine now. Thank you again.
 
Back
Top