B
Bob 4
I have a continuous form used in a tour planning process that lists the
vendors we plan to use for the tour such as resaurants, attractions and
hotels. The columns are VendorType and VendorName and both are combo boxes.
If I select a VendorType=Restaurant then I want to see just the list of
restaurant vendors in the VendorName combo box. If I select
VendorType=Restaurant I can use the VendorType.AfterUpdate event to update
the VendorNames.Rowsource to just restaurants. However, when I move to a new
record in the continuous form and select VendorType=Hotel and
VendorType.AfterUpdate event updates the VendorName.Rowsourse to just hotels.
My challenge is that after I requery the VendorName the continuos form does
not show the VendorName in the first record because its VendorType is
restaurant. I would appreciate any guidance.
vendors we plan to use for the tour such as resaurants, attractions and
hotels. The columns are VendorType and VendorName and both are combo boxes.
If I select a VendorType=Restaurant then I want to see just the list of
restaurant vendors in the VendorName combo box. If I select
VendorType=Restaurant I can use the VendorType.AfterUpdate event to update
the VendorNames.Rowsource to just restaurants. However, when I move to a new
record in the continuous form and select VendorType=Hotel and
VendorType.AfterUpdate event updates the VendorName.Rowsourse to just hotels.
My challenge is that after I requery the VendorName the continuos form does
not show the VendorName in the first record because its VendorType is
restaurant. I would appreciate any guidance.