table-level validation expression

M

M.L. Sco Scofield

Sounds like a missing reference.

Open up a code window. Tools / References, look for one that says missing,
and uncheck it.

For more details, see http://support.microsoft.com/kb/283806/EN-US/.

Good luck.

Sco

M.L. "Sco" Scofield, Microsoft Access MVP, MCSD, MCP, MSS, A+
Useful Metric Conversion #17 of 19: 1 billion billion picolos = 1 gigolo
Miscellaneous Access and VB "stuff" at www.ScoBiz.com
 
R

Randy Balbuena

Zev said:
I just got my new laptop windows XP I copied my Access file and when I try
to do certain thinks I get error msgbox Function is not available in
expressions in table-level validation expression I can't figure it out it
works fine on my desktop

Thak You
Zev

Zev,

You may have a bad library Reference. The Msgbox function comes from the VBA
library module that relies on either of this DLL files:

C:\Program Files\Common Files\Microsoft Shared\VBA\VBA332.DLL. (Access 97)
C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6.DLL (Access 2K)

Create a module (without saving it), and go to Tools->Reference from the
Access system menu. Check to see if you have an invalid (Missing) or
unchecked reference to "Microsoft Visual Basic for Applications."
 
Z

Zev

I just got my new laptop windows XP I copied my Access file and when I try
to do certain thinks I get error msgbox Function is not available in
expressions in table-level validation expression I can't figure it out it
works fine on my desktop

Thak You
Zev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top