C
Claudette Hennessy
=DLookUp("[Bldg] & ' ' & [BoothNum]","tblEvent","ShowID = 1 and ShopID = "
& Forms!frmContractUpdate!cboShopID)
I am getting wrong values for the case that the where clause is not
satisfied(I seem to remember Dlookup does this); I want to write
IIF( no case where a record satifies the conditions,"nodata",DLookUp("[Bldg]
& ' ' & [BoothNum]","tblEvent","ShowID = 1 and ShopID = " &
Forms!frmContractUpdate!cboShopID))
How do I do this?
Thank you in advance
Claudette Hennessy
& Forms!frmContractUpdate!cboShopID)
I am getting wrong values for the case that the where clause is not
satisfied(I seem to remember Dlookup does this); I want to write
IIF( no case where a record satifies the conditions,"nodata",DLookUp("[Bldg]
& ' ' & [BoothNum]","tblEvent","ShowID = 1 and ShopID = " &
Forms!frmContractUpdate!cboShopID))
How do I do this?
Thank you in advance
Claudette Hennessy