P
Pamela
My query is based on a table that I use to populate a cbo on a form. My
table includes: ID(pk), ShopName, and ShopCity (which stores the ID # from
tblCity). My query has ShopName, ShopCity and an Expression field that I was
to use later. Everything in my expression works except for the DLookup which
is just blank.
Expr1: IIf([ShopName]="None","The owner did not have a choice of shop at the
time of my inspection.","The owner has chosen " & [ShopName] & " in " &
DLookUp("[City]","[ltblCity]","[CityID]"="[ShopCity]"))
Please help me to see what's wrong with this expression. Again, not getting
an error - but just a blank where that City name should be.
Thanks!
table includes: ID(pk), ShopName, and ShopCity (which stores the ID # from
tblCity). My query has ShopName, ShopCity and an Expression field that I was
to use later. Everything in my expression works except for the DLookup which
is just blank.
Expr1: IIf([ShopName]="None","The owner did not have a choice of shop at the
time of my inspection.","The owner has chosen " & [ShopName] & " in " &
DLookUp("[City]","[ltblCity]","[CityID]"="[ShopCity]"))
Please help me to see what's wrong with this expression. Again, not getting
an error - but just a blank where that City name should be.
Thanks!