D
down in flames
I have set up a form with 3 cascading drop downs to select vehicle make,
vehicle model, and vehicle year. Each make/model/year combination was
assigned an autonumber value called VINmaster. I have the 3 drop downs
functioning correctly via afterevent, but now what I want to do is associate
the end-users selection to the VINmaster number then use that number to
display products associated with that vehicle. I assume this would be done
with queries, but I have 2 questions:
1) How can I associate what was selected in the combo-boxes to the VINmaster
key in tblVehicleInfo?
2) Then once this is achieved, can this be used to trigger multiple queries
for different products or should one query be able to display different
products in different areas on a form?
Thanks!
vehicle model, and vehicle year. Each make/model/year combination was
assigned an autonumber value called VINmaster. I have the 3 drop downs
functioning correctly via afterevent, but now what I want to do is associate
the end-users selection to the VINmaster number then use that number to
display products associated with that vehicle. I assume this would be done
with queries, but I have 2 questions:
1) How can I associate what was selected in the combo-boxes to the VINmaster
key in tblVehicleInfo?
2) Then once this is achieved, can this be used to trigger multiple queries
for different products or should one query be able to display different
products in different areas on a form?
Thanks!