Good morning! - from Israel

24sharon

Registered User.
Local time
Today, 04:49
Joined
Oct 5, 2004
Messages
147
Hello,


References… :eek:

I did small project and my problem is that when I go to the customers, all the time the computer find Error “MISSING” References
‘Can’t find project or library’
First I have to DECLARE (write Dim to each)
After I have to change each Date >>> Datetime.Date
After I have to change each left >>> Strings.Left etc’

I want some tip’s how to work right

Thanks a lot
Good day!
 
search this forum for missing/broken references, there are several threads covering this issue.
 
24,

References are a vital (and very fragile) part of Access. When you are
designing code, look at the enormous list of references:

Tools --> References

Access can't link to them all, so you have to choose the ones you need.
Can Microsoft help it if Access keeps forgetting them? They could, but
that wouldn't be any fun.

In this thread, I show how to programmatically set them:

http://www.access-programmers.co.uk...t=41181&highlight=references+programmatically

Wayne
 
Wayne

Thanks Man :)

Its take me some days to understand, but on the end I hope that I’ll get it.
;)
 

Users who are viewing this thread

Back
Top Bottom