I’ve just split a database into FE/BE and encountered a problem that I don’t normally see in non-split database…
I do my programming in Access 2002 SP 1 and rest of my users run Access 2000 SP2. They run the FE from the network using a shortcut icon.
Whenever I am done modifying a form, what I do is to copy the “Development FE” file to a new file, delete the old FE and then rename the new copy to identical name of the old FE because users are running the FE as a shortcut link on their desktop.
This is what happens — When an user clicks on a button, nothing happens (I have code running) and when my user clicks on the button repeatedly, then an error message pops up then after clicking OK, the DB crashes to the desktop. This happens EVERYTIME I do this copy and paste.
The only workaround I’ve been successful is to open the existing FE that users use, delete the “changed” forms and then import from the development copy.
This problem has been like this ever since I was using Access 2000 and still continues through 2002. Any idea why this is happening?