B
Bill Davis
So I have a Form with 2 subforms
The main form is the shift record
The 1st subform is the on duty staff (filled out for each shift)
The 2nd subform is a list of events
On the 2nd subform I have a combo box that has a row source of a query of
the source table of the first form. That query is filtered by the ShiftID of
the active shift record. When it runs it just returns a list of people
inputted for the current main form shift that is open.
The problem is that the query isn't being refreshed after the initial
opening of the main form. I had assumed that by basing it on a query, it
would run the query each time. But it isn't.
Any advice to make the combo box row source query update either each time
that a record in the subform is open or whenever the combo box is clicked?
The main form is the shift record
The 1st subform is the on duty staff (filled out for each shift)
The 2nd subform is a list of events
On the 2nd subform I have a combo box that has a row source of a query of
the source table of the first form. That query is filtered by the ShiftID of
the active shift record. When it runs it just returns a list of people
inputted for the current main form shift that is open.
The problem is that the query isn't being refreshed after the initial
opening of the main form. I had assumed that by basing it on a query, it
would run the query each time. But it isn't.
Any advice to make the combo box row source query update either each time
that a record in the subform is open or whenever the combo box is clicked?