A
Afrosheen via AccessMonster.com
In one of my tables I have a field called TapCo. It is a yes/no field and it
is checked for true. I also have another field called email.
What I'm trying to do is to find the email based on the yes/no field being
true. Here is the code.
Email = Nz(DLookup("EMail", "tblSupervisor", TapCo = True))
It never finds the record. when I debug it and hover over the Email it just
shows Email"". What am I doing wrong?
Thanks for taking the time to read this.
is checked for true. I also have another field called email.
What I'm trying to do is to find the email based on the yes/no field being
true. Here is the code.
Email = Nz(DLookup("EMail", "tblSupervisor", TapCo = True))
It never finds the record. when I debug it and hover over the Email it just
shows Email"". What am I doing wrong?
Thanks for taking the time to read this.