T
TravelingHT
I have a Table Customer.
Linked to Table Cusomer in a 1 to many relationship is Table Pets.
Also linked to Table Cutomer in a one to many relationship is Table Visits.
There is a linking table between Table Pets and Table Visits called "Pets At
Visit" wich is on the one end of a one to may relationship with both tables
Pets and Visits.
I am placing the a subform Pets At Visit(Based on the Table Pets At Visit)
in the Visits Form (Which is based on the Table Visits) and I will have a
drop down list to select which customers pets will be at the visit.
How do I restrict the pets displayed in the drop down list to only the pets
from that customer. How do I tell access that I only want to see pets from
this customer and not all pets in the Table Pets.
Do I need a query?
Do I need to create an expression?
Do you know of any example online I can examin to see this problem solved?
Thanks in advance.
Linked to Table Cusomer in a 1 to many relationship is Table Pets.
Also linked to Table Cutomer in a one to many relationship is Table Visits.
There is a linking table between Table Pets and Table Visits called "Pets At
Visit" wich is on the one end of a one to may relationship with both tables
Pets and Visits.
I am placing the a subform Pets At Visit(Based on the Table Pets At Visit)
in the Visits Form (Which is based on the Table Visits) and I will have a
drop down list to select which customers pets will be at the visit.
How do I restrict the pets displayed in the drop down list to only the pets
from that customer. How do I tell access that I only want to see pets from
this customer and not all pets in the Table Pets.
Do I need a query?
Do I need to create an expression?
Do you know of any example online I can examin to see this problem solved?
Thanks in advance.