Question PLZ HELP / Access 2000 installed under Vista Home / sp1

monjurq

New member
Local time
Today, 13:03
Joined
Mar 12, 2009
Messages
2
Hi All,
I am new to this forum. I did search and try to look for an answer of my problem but didn't find one.

I installed access 2000 on my new vista machine. Now I see all my add-ins are missing (installation went successful, with no hick-ups).
Also I have noticed simple vba codes aren't working...Like, Ltirm, Time(), date() etc....all of these are not a valid command....?

Can anyone please help me to fix this problem?

In advance, thank you for taking the time to read and your expert advises.
 
commom functions are held in a library usually called Visual Basic For applications, and is usually the first reference in the list. So, Open a code module and click references, if VBA for Apps is not in the checked list, scroll down until you find it then check it.
 
commom functions are held in a library usually called Visual Basic For applications, and is usually the first reference in the list. So, Open a code module and click references, if VBA for Apps is not in the checked list, scroll down until you find it then check it.


Thanks it worked...:)
 

Users who are viewing this thread

Back
Top Bottom