I made form by wizard, but when I run this, first I have in fields first record from table, and I can edit this record, but I don't want to have this. I want to have blank field and when I click add button i can add new record, not edit....
Change the form's properties:
AllowEdit = False
to prevent changing existing records
and/orDataEntry = True
to arrive on the New Record whenever the user opens the form.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With