I have a tabbed form with four forms attached; Employees, Station Manifest, Daily Roster, and Activities. The Daily Roster form is unbound but are populated currently from a query. All but one of the fields on the Daily Roster form are locked, since they are read from the table query.
I have run into a problem. When I change the number of records on the Station Manifest form, I want the changes to be immediately reflected when I select the Daily Roster form tab. This does not happen unless I close the form and manually reopen it again.
If the Daily Roster form was bound, I could perform a requery and the response would be immediate. What can I do to make this Daily Roster form show the changes immediately?
I have run into a problem. When I change the number of records on the Station Manifest form, I want the changes to be immediately reflected when I select the Daily Roster form tab. This does not happen unless I close the form and manually reopen it again.
If the Daily Roster form was bound, I could perform a requery and the response would be immediate. What can I do to make this Daily Roster form show the changes immediately?