First thing would be to ensure the folder where the database is is a trusted
folder. Add it under:
Office Button | Access Options | Trust Center | Trust Center Settings
The compilation is OK even if there are only two references the trust
settings I've set up correctly
My form does not show any data; having "Break on all errors" I get Run-time
error 2105 (localized message means like "can't go to given record") on this
line: DoCmd.GoToRecord , , acNext
That was a problem with form's data source. Old setting - localized
"customers" (table's name) didn't works. Changed it to "SELECT çàêàç÷èê.*
FROM çàêàç÷èê;" and it helps for me.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.