Hi all,
New to the forum and have a problem in an Access db I'm working on.
Basically, it is a booking system for various dates (field2) at various venues (field1)- only certain dates are available at certain venues.
I have designed a 'booking' form in access that populates the 'Bookings' table with the data entered in this form.
A simple query on table 'Venues' (which is already populated) provides the basis for the combobox for field1.
A 'Tour_dates' query on table 'Tour-Dates' (which is already populated) provides the basis for the combobox for field1.
I want field2's combobox only to show the dates that are available for the venue entered in field1 on the form.
I actually have it working, but....if the user were to go back and change their choice of venue in field1, the dates for their original venue choice continue to appear in field2's combobox.
How can I get field2's combobox to show the dates for the user's revised choice of venue, i.e. re-run the Tour_dates query for the revised choice of venue - without closing the form and starting again?
Thanks in advance
New to the forum and have a problem in an Access db I'm working on.
Basically, it is a booking system for various dates (field2) at various venues (field1)- only certain dates are available at certain venues.
I have designed a 'booking' form in access that populates the 'Bookings' table with the data entered in this form.
A simple query on table 'Venues' (which is already populated) provides the basis for the combobox for field1.
A 'Tour_dates' query on table 'Tour-Dates' (which is already populated) provides the basis for the combobox for field1.
I want field2's combobox only to show the dates that are available for the venue entered in field1 on the form.
I actually have it working, but....if the user were to go back and change their choice of venue in field1, the dates for their original venue choice continue to appear in field2's combobox.
How can I get field2's combobox to show the dates for the user's revised choice of venue, i.e. re-run the Tour_dates query for the revised choice of venue - without closing the form and starting again?
Thanks in advance
Comment