I have a data entry form (primary key is CRR which is an autonumber) which is fed into a table called ComplaintDocument. This information is then researched and entered into another form called ResearchDocument (which references the CRR Number from the ComplaintDocument).
I have a query that looks at both tables and displays ALL OpenComplaintForm in a report. (Complaint Form has been entered but the Research part is still open)
I would like to be able to select a record on the OpenComplaintForm Report which would in turn open up the ResearchDocumentForm for entry and store in the ResearchDocument table.
Any help/guidance would be greatly appreciated.
I have a query that looks at both tables and displays ALL OpenComplaintForm in a report. (Complaint Form has been entered but the Research part is still open)
I would like to be able to select a record on the OpenComplaintForm Report which would in turn open up the ResearchDocumentForm for entry and store in the ResearchDocument table.
Any help/guidance would be greatly appreciated.