DLookup works fine in Form's Text Box Control Source when using Windows Vista
and earlier, but fails when using Windows 7.
|
|
0
|
|
|
|
Reply
|
Utf
|
3/23/2010 9:08:03 PM |
|
"Larry Banta" <LarryBanta@discussions.microsoft.com> wrote in message
news:B1523375-E01C-4517-89C6-BC12CEA19F2D@microsoft.com...
> DLookup works fine in Form's Text Box Control Source when using Windows
> Vista
> and earlier, but fails when using Windows 7.
|
|
0
|
|
|
|
Reply
|
James
|
3/23/2010 9:47:06 PM
|
|
"Larry Banta" <LarryBanta@discussions.microsoft.com> wrote in message
news:B1523375-E01C-4517-89C6-BC12CEA19F2D@microsoft.com...
> DLookup works fine in Form's Text Box Control Source when using Windows
> Vista
> and earlier, but fails when using Windows 7.
|
|
0
|
|
|
|
Reply
|
James
|
3/23/2010 9:47:52 PM
|
|
"Larry Banta" <LarryBanta@discussions.microsoft.com> wrote in message
news:B1523375-E01C-4517-89C6-BC12CEA19F2D@microsoft.com...
> DLookup works fine in Form's Text Box Control Source when using Windows
> Vista
> and earlier, but fails when using Windows 7.
Did you check the VBA references? Any missing references cause all Access
code to fail. Open the VBA editor and on the Tools menu, choose References.
See if any of the checked ones are preceded by 'MISSING' in the listing.
|
|
0
|
|
|
|
Reply
|
Paul
|
3/23/2010 10:17:21 PM
|
|
Thanks for the advice. No, none of the References checked are showing as
MISSING.
"Paul Shapiro" wrote:
> "Larry Banta" <LarryBanta@discussions.microsoft.com> wrote in message
> news:B1523375-E01C-4517-89C6-BC12CEA19F2D@microsoft.com...
> > DLookup works fine in Form's Text Box Control Source when using Windows
> > Vista
> > and earlier, but fails when using Windows 7.
>
> Did you check the VBA references? Any missing references cause all Access
> code to fail. Open the VBA editor and on the Tools menu, choose References.
> See if any of the checked ones are preceded by 'MISSING' in the listing.
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
3/24/2010 6:31:02 PM
|
|