Automatically update a form when table is changed?

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

Guest

Is it possible to automatically update the fields in an
existing form after fields have been added to the source
table?
 
Hi,

I dont think so. You have to requery the form to view updates. You could
requery the form every so many seconds in the forms timer event though.

Neil.
 
Thank you.
-----Original Message-----
Hi,

I dont think so. You have to requery the form to view updates. You could
requery the form every so many seconds in the forms timer event though.

Neil.




.
 
Assuming when you say adding fields you mean adding data, you can move the form
to the data just entered if it is a new record by going to the highest PK if it
is numerical with DMax.
 
Back
Top