MushroomKing
Registered User.
- Local time
- Today, 12:32
- Joined
- Jun 7, 2018
- Messages
- 100
Hi everyone,
Yet another question i seem to be stuck on for 2 days now.
I successfully setup my SQL server 2017. My backend is imported and my Access front end reads all data and my databases work....kinda....
Problem:
I have a form that has an on open event GoTo new record in my vba.
This worked fine, but not with my new SQL server setup. It does not seem to be able to write.
I checked the permission settings but i can't get it to work. What am i doing wrong?
When i open the form and it wants to open on a new record. i get error:
"you cant go to the specified record" (DoCmd.GoToRecord , , acNewRec)
Could someone please advice me what to check? Thanks so much!
Yet another question i seem to be stuck on for 2 days now.
I successfully setup my SQL server 2017. My backend is imported and my Access front end reads all data and my databases work....kinda....
Problem:
I have a form that has an on open event GoTo new record in my vba.
This worked fine, but not with my new SQL server setup. It does not seem to be able to write.
I checked the permission settings but i can't get it to work. What am i doing wrong?
When i open the form and it wants to open on a new record. i get error:
"you cant go to the specified record" (DoCmd.GoToRecord , , acNewRec)
Could someone please advice me what to check? Thanks so much!