Hello,
I've created a front end which has linked tables to the back end data which is on a network drive.
Basically until now, the front end has been lying on 2 computers, and it has been working as expected. When I installed the front end on a few other computers, I started getting errors because of my code. The versions of Access are identical ( right down to the same service pack, etc).
Could it be because in some parts of my code I havent declared some variables ( simply because i forgot about them, because the vba compiler didnt give me any errors, so they were probably declared automatically as variant type). But still the versions of Access are identical and the operating systems as well (I'm pretty sure).
Any sort of help would be most welcome.
I've created a front end which has linked tables to the back end data which is on a network drive.
Basically until now, the front end has been lying on 2 computers, and it has been working as expected. When I installed the front end on a few other computers, I started getting errors because of my code. The versions of Access are identical ( right down to the same service pack, etc).
Could it be because in some parts of my code I havent declared some variables ( simply because i forgot about them, because the vba compiler didnt give me any errors, so they were probably declared automatically as variant type). But still the versions of Access are identical and the operating systems as well (I'm pretty sure).
Any sort of help would be most welcome.