I have a SQL Server Backend with an Access 2003 frontend (FE). The master copy of the (FE) is stored on a network drive and users copy this to their hard drive to use it. I have probably 50 users and 49 of them don't have any problem. I have one user who copied it over and when she tries to use it, the '91 Object Variable or With block variable not set'. When I debugged, I found that when the global variable is supposed to be set to the value of a field on the current form (using globalvariable = me.fieldname), it wasn't working. This was happening throughout the database but only for this user. When I did a search and replace for the whole project, I simply searched for me.fieldname and replaced with me.fieldname, then everything worked. None of my teammates had ever seen this happen, nor can we figure out why doing a search and replace of the exact same text worked. Has anyone else ever seen this? Any ideas why this happened to only one person? My biggest concern is the next time I make a change and she has to recopy the database (which she did several times before I did the search and replace to no avail), we will have the same problem.
Suggestions/Answers?
Thanks!