Hi there,
Everytime a user edits data within the bound forms in the database the approval checkbox (which is a bound field) changes to "False".
Is there a way of creating one sole report based on the records from each table where the approval field is "False"?
This means that I don't require a relationship between the tables it is purely for an approver to come along generate a report and check what has been modified.
Each form is bound to a table.
Form1 = Table1, Form2 = Table2, Form3 = Table3.
The approval field resides in each Table.
Is what I ask possible?
Thanks for any help,
Leigh
Everytime a user edits data within the bound forms in the database the approval checkbox (which is a bound field) changes to "False".
Is there a way of creating one sole report based on the records from each table where the approval field is "False"?
This means that I don't require a relationship between the tables it is purely for an approver to come along generate a report and check what has been modified.
Each form is bound to a table.
Form1 = Table1, Form2 = Table2, Form3 = Table3.
The approval field resides in each Table.
Is what I ask possible?
Thanks for any help,
Leigh
Comment