View Full Version : missing last entry in my report


deekras
10-20-2003, 07:49 AM
i have a form where i enter today's date for those who are entitled to commision checks. after i enter the date for all those, i click on a button to open a report. however, the report is missing 1 person's commision - always the last entry.

i imagine it is something simple. what am i doing wrong?

pbaldy
10-20-2003, 12:15 PM
It sounds like you're running the report from the form where you're entering the data? I wonder if the last record entered hasn't been saved at the point when you run the report. If not, you could add:

DoCmd.RunCommand acCmdSaveRecord

to force it to save.