DLookup Does not work on one PC but it does on another

G

Guest

I have a dlookup in an unbound field in a form based on a field within the form

=DLookUp("[Christian Name]","tblmember","[member id] =" &
[Forms]![frmracemain]![frmraceentry]![Member Id])

This populates on my PC at work running Microsoft Access 2003 but does not
on my home PC (same version of Access). I do not have SP2 at work but do so
at home.

Is there any where I can look or anything I can do to determine what is
wrong ?

Thanks in advance.

Jim
 
R

Rick Brandt

Jim said:
I have a dlookup in an unbound field in a form based on a field
within the form

=DLookUp("[Christian Name]","tblmember","[member id] =" &
[Forms]![frmracemain]![frmraceentry]![Member Id])

This populates on my PC at work running Microsoft Access 2003 but
does not
on my home PC (same version of Access). I do not have SP2 at work but
do so at home.

Is there any where I can look or anything I can do to determine what
is
wrong ?

Sounds like a missing reference. See this Microsoft article...

http://support.microsoft.com/kb/q283806/
 
G

Guest

Thanks Rick. I followed those instructions but cannot see any references that
are marked as missing. I will do the same on my PC at work and cross check
with what I have checked on my home PC. Process of elimination.

Thanks

Jim

Rick Brandt said:
Jim said:
I have a dlookup in an unbound field in a form based on a field
within the form

=DLookUp("[Christian Name]","tblmember","[member id] =" &
[Forms]![frmracemain]![frmraceentry]![Member Id])

This populates on my PC at work running Microsoft Access 2003 but
does not
on my home PC (same version of Access). I do not have SP2 at work but
do so at home.

Is there any where I can look or anything I can do to determine what
is
wrong ?

Sounds like a missing reference. See this Microsoft article...

http://support.microsoft.com/kb/q283806/
 

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

DLookup 4
Help with DLookup 3
DLookup not recognizing variable 3
Using Max or DMax in DLookUp criteria? 1
DLookup or Code 2
Dlookup Problem in Access 2007 1
DLookUp 1
DLookup Question 1

Top