I have a form, frm_Metrix, for viewing the number of audit items performed during an audit. The record source of this form is tbl_Audit which has:
tbl_Audit
AuditID <key>
Item No <Number>
I have another form, frm_Audit, that is used to enter all the audit items into tbl_Audit.
In frm_Metrix, I have a text box, txt_ItemNo, in the details section of the form. When the form is viewed, all the audit items are listed. Is it possible to click on any of the items in txt_ItemNo, i.e. item no 6 for example, and immediately open up another form and have the records for that item listed?
tbl_Audit
AuditID <key>
Item No <Number>
I have another form, frm_Audit, that is used to enter all the audit items into tbl_Audit.
In frm_Metrix, I have a text box, txt_ItemNo, in the details section of the form. When the form is viewed, all the audit items are listed. Is it possible to click on any of the items in txt_ItemNo, i.e. item no 6 for example, and immediately open up another form and have the records for that item listed?