View Full Version : Updating field value from within a report


Ashley Sutton
12-22-2004, 02:11 AM
Whilst running a report it is necessary to update a 'date printed' field in the source table. Trying to update the field from code within the report 'Detail_Format' procedure reports that I can't assign a value to this object. Is it that you can't update at all from within a report but have to run a separate update query (say) for each entry?

Rich
12-22-2004, 03:21 AM
Use an Update query or statement via a message box on the close event of the report to confirm that the report has actually printed