I have a query with the following dlookup field.
i need the flcminorName to be retrieved based on the text field flcIDminor that is
in tblflccombined. (I realize that i should not have used "ID' in the word flcIdminor
but at first, i was told incorrectly that the field was a number but really my friend
started many minor codes to start with a zero. bad, but it was too late for me to fix the field name.)
I get #error so i am doing something wrong in this dlookup.
again, flcIDminor is a text field.
Minorname: DLookUp("FlcMinorName","tblFlcCombined","FlcidMinor=" & [FlcidMinor] & "'")
i need the flcminorName to be retrieved based on the text field flcIDminor that is
in tblflccombined. (I realize that i should not have used "ID' in the word flcIdminor
but at first, i was told incorrectly that the field was a number but really my friend
started many minor codes to start with a zero. bad, but it was too late for me to fix the field name.)
I get #error so i am doing something wrong in this dlookup.
again, flcIDminor is a text field.
Minorname: DLookUp("FlcMinorName","tblFlcCombined","FlcidMinor=" & [FlcidMinor] & "'")