I would have thought this would be pretty simple but either I am missing something really simple or I just haven't found the answer yet. I've seen a couple different solutions for something similiar I am trying to do but nothing that was really exact.
I have 2 tables Customers and Tours 1 customer can have multiple tours.
the customers table has a unique CUSTID field that is the PK. the Tours Table has a CUSTID table that is linked in a one to many from the customer table. the tours table has its own unique TOURID Field which I think is going to be irrelevant for this discussion.
the tour table contains data like date and time of the tour.
I have 1 main form and 2 subforms
The main form simply displays the customer table
the 1st subform is a datasheet that displays the date, time and status of the tours for that customer from the tours table based on the custid of the currently displayed record. so there could be 1 customer with 6 different tour dates and times.
the 2nd subform displays the full tour data for a tour.
What I can't seem to get to work is I want to be able to click a tour date and time record from the datasheet view in the 1st subform and have the 2nd subform change to display that tours data.
Any help would be appreciated.
-Paul
EDIT***
If it's relevant this is access 2003 or 2007
I have 2 tables Customers and Tours 1 customer can have multiple tours.
the customers table has a unique CUSTID field that is the PK. the Tours Table has a CUSTID table that is linked in a one to many from the customer table. the tours table has its own unique TOURID Field which I think is going to be irrelevant for this discussion.
the tour table contains data like date and time of the tour.
I have 1 main form and 2 subforms
The main form simply displays the customer table
the 1st subform is a datasheet that displays the date, time and status of the tours for that customer from the tours table based on the custid of the currently displayed record. so there could be 1 customer with 6 different tour dates and times.
the 2nd subform displays the full tour data for a tour.
What I can't seem to get to work is I want to be able to click a tour date and time record from the datasheet view in the 1st subform and have the 2nd subform change to display that tours data.
Any help would be appreciated.
-Paul
EDIT***
If it's relevant this is access 2003 or 2007