Access VBADiscuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I have a database that is out on a server and is accessed by about 15 users in several locations across the state. I am using Access 2002 and all the user have Office XP loaded. Everyone can access and use the database with no problem except for one user. He can get into the program but when he tries to run a process he gets a debug error saying it can't find a specific query. He is the only one to get this error. I have looked the code and it looks fine and works for me and everybody else. He can access and use other programs we have out on the server that are written in Access 2002. Does anybody have any idea why this is happening?
Ive had this issue too, what i had to do was replace the db file i was using as the interface and then compact and repair the database and after a reboot of the client it worked again, its a strange problem that i havent come across before. So replace the GUI and do compact and repair and you should be back up and running.
Hi Mate, on the database i created, i made 2 files, one on the server with all the data, and another with all the gui and queries and reports on. That was linked to the main DB file. Thats what i meant about the interface, the GUI.