I have a table with 4 fields. Three are used for criteria.
I can get the DLookup to work with 1 criteria with the following but
can't get it to work with 2 or three.
NumofAppts = DLookup("[luNumofAppts]", "LookUpAppt s", "[luNumofPeople]
= " & Forms![AddAppointments]!NumofPeople)
Can someone tell me how to add multiple criteria? I tried "And" but
it doesn't seem to work.
Thanks for any help
I can get the DLookup to work with 1 criteria with the following but
can't get it to work with 2 or three.
NumofAppts = DLookup("[luNumofAppts]", "LookUpAppt s", "[luNumofPeople]
= " & Forms![AddAppointments]!NumofPeople)
Can someone tell me how to add multiple criteria? I tried "And" but
it doesn't seem to work.
Thanks for any help
Comment