It worked in XP, Why Not Vista?

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

I've been using an Access 2000 (part of Office 2000) database for
several years now for my stamp collection with no problems; but
recently got a new computer using Vista and moved things over. Now,
for instance, get "function is not available in expression in table-
level expression" when adding the first field to a new item. Would
appreciate any suggestions besides going back to XP.
Thanks, Don.
 
Don:

When it gives you that "function is not available..." message, it usually
means that you have a missing reference.

Go to the code window (VBA Integrated Development Environment) and go to
TOOLS > REFERENCES and check to see if any are showing up as MISSING. If so,
uncheck it and if not, then uncheck one of the checked ones anyway and close
everything and reopen. It SHOULD fix the problem.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com
If my post was helpful to you, please rate the post.
__________________________________
 
Don:

When it gives you that "function is not available..." message, it usually
means that you have a missing reference.

Go to the code window (VBA Integrated Development Environment) and go to
TOOLS > REFERENCES and check to see if any are showing up as MISSING.  If so,
uncheck it and if not, then uncheck one of the checked ones anyway and close
everything and reopen.  It SHOULD fix the problem.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials athttp://www.btabdevelopment.com
If my post was helpful to you, please rate the post.
__________________________________


Thanks, Bob, your help was right on!
Don
 
Back
Top