Dreamcatcher
Registered User.
- Local time
- Today, 14:44
- Joined
- Jul 15, 2008
- Messages
- 19
Hi,
I want to display records in a Form, relevant to the search critiriea entered by the operator.
I.e. In the attached database, i want a button on the switchboard 'Search by Client Ref Number', this will bring up a box allowing operator to enter the Client Ref number. I then want to open the frmRecords showing only those records for that Client Ref number.
Problem i have is that the ClientRef is NOT in frmRecords. frmRecords contains CustomerID control which is a FK linking to the tblCustomers. The tblCustomers is where the ClientRef field is.
Can someone assist me please on achieving the above.
Many Regards
I want to display records in a Form, relevant to the search critiriea entered by the operator.
I.e. In the attached database, i want a button on the switchboard 'Search by Client Ref Number', this will bring up a box allowing operator to enter the Client Ref number. I then want to open the frmRecords showing only those records for that Client Ref number.
Problem i have is that the ClientRef is NOT in frmRecords. frmRecords contains CustomerID control which is a FK linking to the tblCustomers. The tblCustomers is where the ClientRef field is.
Can someone assist me please on achieving the above.
Many Regards