Form Won't open with all records

PatAccess

Registered User.
Local time
Today, 07:34
Joined
May 24, 2017
Messages
284
Good day,
I have a form with several buttons that opens several forms. When I first started I had a button open a form through VBA with Docmd.OpenForm "...", add... but now I want it to open with all records and then have a command button to take me to a new record. So I deleted the VBA and put a open macro on there, BUT now when I open the form, even from the navigation pane, it still open on a new record I can see the previous ones. Why is that?

I appreciate the help!

Thank you,
 
Check its Data Entry property.
 
The Data Entry Property is set to Yes...Is that not correct?
 
It's correct...if you want the form to open for data entry only. ;)
 
WOOOOOWWWW...I can't stop laughing at myself.
Thanks so much

PS: Your website ROCKS. Thanks a millions :D:D
 
Happy to help!! You were probably confusing that with the allow additions property.

Glad to hear the website helps you!
 

Users who are viewing this thread

Back
Top Bottom