The problem that i am currently encountering is that i have a combo box based on a query (the possible values that can be selected are the results from the query), but however the results of the query may change when a different date is selected from the same form.
I have a booking system. When i click on a date from the calendar, a query uses this data as its criteria to display the available rooms. However, when a different date is selected, the query does not seem to refresh or re-run, meaning that the values in the combo box are now not correct.
If i go to the design view of the form, and then back to the database view, the values in the combo box are now correct (as though it has re-run the query). I have tried on the various techniques of on click requery, or on change requery but this does not seem to work.
Any ideas?
Help much appreciated
I have a booking system. When i click on a date from the calendar, a query uses this data as its criteria to display the available rooms. However, when a different date is selected, the query does not seem to refresh or re-run, meaning that the values in the combo box are now not correct.
If i go to the design view of the form, and then back to the database view, the values in the combo box are now correct (as though it has re-run the query). I have tried on the various techniques of on click requery, or on change requery but this does not seem to work.
Any ideas?
Help much appreciated