Update a form

A

alvin Kuiper

Hi
How can i in code update a form
the form gets the value from a table
and later i change the value in the table
then i want to see the new value whitout
close and open the form

Alvin
 
A

Allen Browne

If the form is bound to the table, Requery the form.

If the text box looks up the table Recalc the form.
 
Top