View Full Version : Can I modify records by printing Reports?!!


DaniBoy
11-18-2001, 01:36 PM
Hello!!
I have a small database, its about workorders. I print out workorders forms as reports, I have a checkbox on the workorder entry form that says Printed? "for internal use only" with the default value to false, I want to be able to Print the report that is based on a query that only the records with the Printed? value = false are printed. So far I have that, now I want to be able to update the each record that had the Printed? Value = false to True. How do I do that? I want this so next time I print it will only print the new workorders that were entered..
Thank you

DaniBoy
11-18-2001, 01:50 PM
Hey guys,
Never mind!! I dont know what I was thinking!!! Is a simple update query!!
thanks