B
Bunky
I have looked at this until I am cross-eyed. Hopefully, someone will help!
I have a table [StateAbbv] that has State names and the postal abbreviation
[Abbrev]. I have another table that I want to take the State identifier
[Statey] and verify it is correct. So I wrote a DLookup in an IIF statement
like this
Forign: IIf(DLookUp("[Abbrev]","[StateAbbv]","[Statey]=[Abbrev]"),0,1) - It
gives me an error message that Microsoft cannot find '[Statey]'. Any help
would be greatly appreciated.
I have a table [StateAbbv] that has State names and the postal abbreviation
[Abbrev]. I have another table that I want to take the State identifier
[Statey] and verify it is correct. So I wrote a DLookup in an IIF statement
like this
Forign: IIf(DLookUp("[Abbrev]","[StateAbbv]","[Statey]=[Abbrev]"),0,1) - It
gives me an error message that Microsoft cannot find '[Statey]'. Any help
would be greatly appreciated.