C
Clyde Ellingwood
I have a main form that is bound to a query. On the main
form I have a tab control with other forms. One of which
is not bound but updates or adds records to the main form.
On the form that modifies or adds records I tried to
requery the main form using the after update event. It
works but if you have to click the tab for the main form
twice to see the results from the add or update.
On the main form Header I have navigation buttons to move
from record to record so doing the requery on the tab
control "Change" event does not work if the user clicks
the navigation buttons.
Hopefully this makes sense.
Clyde
form I have a tab control with other forms. One of which
is not bound but updates or adds records to the main form.
On the form that modifies or adds records I tried to
requery the main form using the after update event. It
works but if you have to click the tab for the main form
twice to see the results from the add or update.
On the main form Header I have navigation buttons to move
from record to record so doing the requery on the tab
control "Change" event does not work if the user clicks
the navigation buttons.
Hopefully this makes sense.
Clyde