Form set to data entry mode but existing records still show on ope

M

mel

I am making changes to a database I did not design - I want a form to open in
data entry mode so that it is empty and does not show existing records - I
selected data entry mode in the form properties but existing records still
show when the form opens!
I'm using Access 2003
 
L

Larry Linson

Is it opened by a DoCmd.OpenForm? The DataMode argument overrides what was
specified in designing the Form, and the default is not Data Entry Mode.

Larry Linson
Microsoft Office Access MVP
 
Top