J
John
There is a form that I utilize in order to update a table
and another form on the screen. The question I have is
that once the change is made to the form, the table needs
to be updated and the other form needs to refreshed to
update the data based off the change in the table?
Example: Two Forms: A change is made on form #1, the table
is updated and then form #2 is updated with the
information for the change made in form #2.
The change is made in a combo box. I thought to use the
requery or repaint method, but I keep getting an error.
What do I need to use and where do I need to put the code
so that once a user chooses a new value from the combo
box, it updates the table and the form in the active
window instanteously.
Thanks,
John
and another form on the screen. The question I have is
that once the change is made to the form, the table needs
to be updated and the other form needs to refreshed to
update the data based off the change in the table?
Example: Two Forms: A change is made on form #1, the table
is updated and then form #2 is updated with the
information for the change made in form #2.
The change is made in a combo box. I thought to use the
requery or repaint method, but I keep getting an error.
What do I need to use and where do I need to put the code
so that once a user chooses a new value from the combo
box, it updates the table and the form in the active
window instanteously.
Thanks,
John