Update a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
If the form is bound to the table, Requery the form.

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