Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA script works fine in Access excep on one pc...

Status
Not open for further replies.

BuzzerTom

Technical User
Joined
Aug 20, 2003
Messages
35
Location
BE
Hi all,

I wrote some VB script in access and the scripts and my database works fine on my pc and on my laptop. both on my other pc I get some error message, altough it's also running windows xp and microsoft office 2000, just like the other two computers.

I recieve the following message:
Parameter value Trim
Parameter value Chr
#Error

Does anysthing special has to be installed on a pc to run the VB code inside an access database ? Or can it be another problem? I guess it's computer related and not to do with the VB script I wrote ?

Thanks,
Buzzer
 
could it be a references problem??? Maybe check they're the same on all PCs... the one with the error might be missing one...
 
Hi vanillapod,

what do you mean exactly with a references problem ?

Thanx for the reply
Buzzer
 
fi you go into a module design, click on the tools menu you'll see references, they basically tell access where to find stuff so it recognises things like trim etc...

make sure the references on your working PC are the same as on the non-working pc.
 
ok, thankx, I check that out !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top