Ashleyjp1985
Registered User.
- Local time
- Today, 20:06
- Joined
- Jul 6, 2011
- Messages
- 22
Hi,
I have a sub form that is based on a 2 table query. The query brings together details from a customer details table and a customer businesses lines table
The tables are linked on the Primary key Customer ID field (a customer can have many lines) with the business line table also having a Business Line ID
The query is displayed on tab control as a sub form. I have set up the datasheet so that when the user double clicks on the Business Line ID field of a row another form opens displaying the contents of the row.
i have extended this so that when a user double clicks the Business Line ID on the new record row the form opens at a blank record. However the Customer ID is not carried over to the from the subform so i cant save the record. i also need the customer name carried over aswell.
Any help?
I have a sub form that is based on a 2 table query. The query brings together details from a customer details table and a customer businesses lines table
The tables are linked on the Primary key Customer ID field (a customer can have many lines) with the business line table also having a Business Line ID
The query is displayed on tab control as a sub form. I have set up the datasheet so that when the user double clicks on the Business Line ID field of a row another form opens displaying the contents of the row.
i have extended this so that when a user double clicks the Business Line ID on the new record row the form opens at a blank record. However the Customer ID is not carried over to the from the subform so i cant save the record. i also need the customer name carried over aswell.
Any help?