G Guest Feb 4, 2004 #1 I need to make my record selector default to add, everytime I load the form, I am using Access 2000. Help!!
I need to make my record selector default to add, everytime I load the form, I am using Access 2000. Help!!
G Guest Feb 4, 2004 #2 If you only need to add records, change the form's 'Data Entry' property to True.
G Guest Feb 4, 2004 #3 Also, if you want it to add new when opened, but still give the user the ability to see existing ones Private Sub Form_Load( DoCmd.RunCommand acCmdRecordsGoToNe End Su Hope that helps you out
Also, if you want it to add new when opened, but still give the user the ability to see existing ones Private Sub Form_Load( DoCmd.RunCommand acCmdRecordsGoToNe End Su Hope that helps you out