D
DJohnson
I am running Access 2003.
I have a report that is a letter, listing each owner's pets needing
license renewals. The license fee is based on several conditions: type
of pet, whether it is spayed/neutered and whether the owner is a
senior. I placed these criteria in a table with the corresponding fee
field. I placed an unbound field in my report with the following:
=DLookUp("CountyFee","tblRenewalFeesTC","sysSpeciesID = '" &
[sysSpeciesID] & "'" And "sysAlteredChoicesID = '" &
[sysAlteredChoicesID] & "'" And "Senior = '" & [Senior] & "'")
It is returning only the first value in the table. I have played around
with this for two days and cannot figure out what I'm doing wrong. What
am I missing?
Thank you for your time and any suggestions.
I have a report that is a letter, listing each owner's pets needing
license renewals. The license fee is based on several conditions: type
of pet, whether it is spayed/neutered and whether the owner is a
senior. I placed these criteria in a table with the corresponding fee
field. I placed an unbound field in my report with the following:
=DLookUp("CountyFee","tblRenewalFeesTC","sysSpeciesID = '" &
[sysSpeciesID] & "'" And "sysAlteredChoicesID = '" &
[sysAlteredChoicesID] & "'" And "Senior = '" & [Senior] & "'")
It is returning only the first value in the table. I have played around
with this for two days and cannot figure out what I'm doing wrong. What
am I missing?
Thank you for your time and any suggestions.