Ashleyjp1985
Registered User.
- Local time
- Today, 14:03
- Joined
- Jul 6, 2011
- Messages
- 22
I have a sub form in datasheet view that displays all of a customers related records.
I have set a double click event on one of the subforms fields thats opens the selected record in a popup form. I currently have this working using openargs (recordID)
I want the user to be able to use the record selectors to navigate through the customers other records. However at the moment users can navigate through all the customer records including records for different customers
How do i fix it so the pop up opens at the selected record but also allows the users to view other related records for the same customer only???
main form is based on customers table (custID) subform is linked on custID and has its own recordID.
I have set a double click event on one of the subforms fields thats opens the selected record in a popup form. I currently have this working using openargs (recordID)
I want the user to be able to use the record selectors to navigate through the customers other records. However at the moment users can navigate through all the customer records including records for different customers
How do i fix it so the pop up opens at the selected record but also allows the users to view other related records for the same customer only???
main form is based on customers table (custID) subform is linked on custID and has its own recordID.