Update form

hduvall

Registered User.
Local time
Today, 15:56
Joined
Jul 22, 2014
Messages
14
A form used to updating is bound to a table. When the form is loaded all text boxes are populated with information from the first record in the table. I will select the record i wish to update from a list box. is there a way to not populate the text boxes with the first record or a way to blank them after load, presenting all text boxes as a blank?

Thanks
 
Go to FORM property, data tab and change DATA ENTRY to YES
 
One option is using GoToRecord in the load event to go to a new record. I suspect setting the Data Entry property to Yes will prevent going to existing records, depending on how it was set up.
 

Users who are viewing this thread

Back
Top Bottom