Refresh a form

  • Thread starter Thread starter GreySky
  • Start date Start date
G

GreySky

Try using:

Forms!Form1User.refresh

Note this will refresh the data (i.e., refresh the values
that your keyset points to--important to avoid those 'data
changed by so-and-so' errors); however, it does not update
your keyset (i.e., it won't show new records).

Grey
 
Back
Top