P
peejay
I have an Access mdb that I just copied to a customer pc. The
references on both machines are the same except for one: the
customer's pc does not have Outlook installed, only Outlook Express.
When I compile the code on the customer pc, I get a missing library
error message which points to Error$ function call in my error-
trapping code that I put in every procedure. Why is my call the Error$
being kicked out on compile when I have the same references (except
for the Outlook dll). Is the absence of the Outlook dll responsible
for this failure of the compile? I thought the Visual Basic for
Applications reference took care of that. thanks
references on both machines are the same except for one: the
customer's pc does not have Outlook installed, only Outlook Express.
When I compile the code on the customer pc, I get a missing library
error message which points to Error$ function call in my error-
trapping code that I put in every procedure. Why is my call the Error$
being kicked out on compile when I have the same references (except
for the Outlook dll). Is the absence of the Outlook dll responsible
for this failure of the compile? I thought the Visual Basic for
Applications reference took care of that. thanks