M
MJV
Thanks for the info.
I thought that was it but still a no go! I have checked
version and also setup a fix.BAT file to transfer the
file to the location on the PC. I aslo checked references
and got them to match up. All are loaded. I looked at the
system files and all are loaded.
References VBA, Access, stdole, ADODB, PdfLib
Current user Admin
Jet version 4.0
Still errors on the LEFT statment in the code. Still lost
for ideas.
I thought that was it but still a no go! I have checked
version and also setup a fix.BAT file to transfer the
file to the location on the PC. I aslo checked references
and got them to match up. All are loaded. I looked at the
system files and all are loaded.
References VBA, Access, stdole, ADODB, PdfLib
Current user Admin
Jet version 4.0
Still errors on the LEFT statment in the code. Still lost
for ideas.
..-----Original Message-----
this is usually a references problem.
On your good system open the code window (alt- F11),select
tools - references.
Select each in turn, not the path and filename, and the
order in which they appear in the list.
Go find each file in explorer, and note its version number.
Repeat the same exercise on the bad machine.
Check the order first, then make sure that none are
missing, finally repeat the version exercise.
.