George-Bowyer
Registered User.
- Local time
- Today, 23:33
- Joined
- Dec 21, 2012
- Messages
- 178
I am just getting started with web databases in Access 2010, my previous experience being with Access 97.
I am trying to divide my customers up by (user-specified) regions.
I have a table (tblCustReg) with a record ID field, fldCustomerID and fldRegionID fields.
I have a form with a combobox and two subforms (child1 and child2).
The user selects a region from the combobox and the datasheet in child2 filters to show the customers allocated to that region (the datasheet is built on a query that combines tblCustReg with tblCustomers). This works.
I can double click a customer in child2 to delete a record in tblCustReg.
What I want to do is be able to double click a customer record in child1 to add a new record to tblCustReg.
I hope that makes sense.
Can anyone please suggest a method to approach this?
Thank you.
I am trying to divide my customers up by (user-specified) regions.
I have a table (tblCustReg) with a record ID field, fldCustomerID and fldRegionID fields.
I have a form with a combobox and two subforms (child1 and child2).
The user selects a region from the combobox and the datasheet in child2 filters to show the customers allocated to that region (the datasheet is built on a query that combines tblCustReg with tblCustomers). This works.
I can double click a customer in child2 to delete a record in tblCustReg.
What I want to do is be able to double click a customer record in child1 to add a new record to tblCustReg.
I hope that makes sense.
Can anyone please suggest a method to approach this?
Thank you.