Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Clear Controls on New Record?

Status
Not open for further replies.

ad2

Technical User
Dec 31, 2002
186
US

Hi,

I have a data entry form that opens to a new record.
<code>DoCmd.GoToRecord acActiveDataObject, , acNewRec</code>

I would like to clear all the controls on the new record (that is make sure they are null) while not deleting any data on other records.

Is there a way to do that?
 
Upon creating the new record, there is no data unless you have default values set.


Randy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top