G Guest Mar 16, 2006 #1 Can anyone tell me how to set a form so that when I open it, it is displaying 'new record' each time (and not previous data)? Thanks.
Can anyone tell me how to set a form so that when I open it, it is displaying 'new record' each time (and not previous data)? Thanks.
S SteveS Mar 16, 2006 #2 Open the form in design view. Open the properties dialog Click on the DATE tab Set the "Data Entry" property to "Yes" HTH
Open the form in design view. Open the properties dialog Click on the DATE tab Set the "Data Entry" property to "Yes" HTH
G Guest Mar 16, 2006 #3 when opening a form via code you can use: DoCmd.OpenForm "my_form", acNormal, , , acFormAdd