Hi !
I'm working on/creating a invoice report.
When the invoice is printed I want to update the invoice record with info that tells that the invoice is printed and shall not be edited anymore.
What is the correct syntax to access the records in the report's recordset ?
... like "Reports![Invoice].Recordset("Printed"
= "YES"
Knutjo
I'm working on/creating a invoice report.
When the invoice is printed I want to update the invoice record with info that tells that the invoice is printed and shall not be edited anymore.
What is the correct syntax to access the records in the report's recordset ?
... like "Reports![Invoice].Recordset("Printed"
Knutjo