G Guest May 5, 2004 #1 Is it possible to automatically update the fields in an existing form after fields have been added to the source table?
Is it possible to automatically update the fields in an existing form after fields have been added to the source table?
N Neil May 5, 2004 #2 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.
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.
N Nancy May 5, 2004 #3 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. . Click to expand...
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. . Click to expand...
P PC Datasheet May 5, 2004 #4 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.
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.