Re: How to display only 3 letters of a last name in field
- From: Judy-Court Clerk <JudyCourtClerk@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 12 Dec 2008 10:03:01 -0800
***********************************************
Okay, do you want to know which lines are "checked" in the reference window?
Yes... particularly the MISSING one.
I can do the task of unchecking the MISSING one, go to VB/Debug/Compile (I've
never done this before) and see what happens? I am working on my home
computer if that makes any difference, I have the same version as my work
file.
Judy
The problem is that the reference may be perfectly fine on your computer and
missing on the work computer.
The References are the "extra" program libraries that Access needs to do its
work. At the very least you should have the standard ones checked: Visual
Basic for Applications, Microsoft Access <version> Object Library, OLE
Automation, and Microsoft DAO <version> Object Library.
What may have happened is that at some point you installed some sort of
add-in
or additional library; if that library existed on the computer where you
first
installed it, but does not exist on your work computer, it's "missing".
Unfortunately if the VBA engine has a missing reference anywhere, references
in other libraries can get messed up too. The Left() function is in the
Visual
Basic for Applications library, but even if that library is checked and not
missing, VBA may not be able to find it if some OTHER library is missing.
--
John W. Vinson [MVP]
**********************************************
I have 6 lines checked: Visual Basic - MS Access Obj Library - MS DAO
Library - MS VBA Extensibility 5.3 - MS forms Obj Library - MISSING: MS
Word Obj Library. I don't see OLE Automation... So, am I stuck? We're a
small court, I should probably just do it in Excel, huh? :-(
.
- Follow-Ups:
- Re: How to display only 3 letters of a last name in field
- From: John W . Vinson
- Re: How to display only 3 letters of a last name in field
- References:
- How to display only 3 letters of a last name in field
- From: Judy-Court Clerk
- Re: How to display only 3 letters of a last name in field
- From: John W . Vinson
- Re: How to display only 3 letters of a last name in field
- From: Judy-Court Clerk
- Re: How to display only 3 letters of a last name in field
- From: John W . Vinson
- Re: How to display only 3 letters of a last name in field
- From: Judy-Court Clerk
- Re: How to display only 3 letters of a last name in field
- From: John W . Vinson
- Re: How to display only 3 letters of a last name in field
- From: Judy-Court Clerk
- Re: How to display only 3 letters of a last name in field
- From: Judy-Court Clerk
- Re: How to display only 3 letters of a last name in field
- From: John W . Vinson
- How to display only 3 letters of a last name in field
- Prev by Date: Re: Parameter Queries Using >
- Next by Date: Wildcard Search in Text Field
- Previous by thread: Re: How to display only 3 letters of a last name in field
- Next by thread: Re: How to display only 3 letters of a last name in field
- Index(es):
Relevant Pages
|
Loading