Docmd.GoToRecord acNext

Kharonne

Newbie
Local time
Yesterday, 23:11
Joined
Sep 17, 2010
Messages
15
Hey Guys,

Do any of you know a way to stop this command from returning a blank record? Maybe there is a better function for me to use. I just want the user to navigate through the records. I do not want them to enter a new record through this function. I do want them to have the ability to edit fields that have information but not enter any new fields without going to another form.
 
Set the add property to "no" on the form properties.
 
I figured out my own problem. I changed the form property for additions to "no" and that fixed it.
 
Oh, thanks Kryst51. I was typing my own solution and then saw yours. I am glad that I did it the right way.

thanks again
 
Your Welcome, and I am glad you figured it out on your own! Good luck. :)
 

Users who are viewing this thread

Back
Top Bottom