If I add the following statement to the loading event of a form, will it initiate the process a new record entry, or does it necessarily have to be the code for a button (everything entered must be transferred to a MS Acess file)
Me.BindingConte xt(dsApplicants 1, "tblApplicants" ).AddNew()
Me.BindingConte xt(dsApplicants 1, "tblApplicants" ).AddNew()
Comment