After printing a report, I need to change the value of a yes/no field (Completed) in a table to true. I’m using Access 2000 with Win2000. I’ve tried the following: In the report design view, properties, on close – used expression builder to say Completed=true. We’ve also used the code builder for the report onclose property to say table name.Completed=true.
Results we got were:
On the report design view expression builder, we get the error that the object doesn’t contain the automation object.
In the code builder, we get a compile error.
Any help will be appreciated.