Hello!
I have a table (GGB Report) with 2 fields of data that I would like to base an IIF statement upon. If MOVE TYPE field = "Export" AND PLACE OF RECEIPT field = blank, then I would like to enter "CY". I have used the following in my query and it is not working. I am doing an update table query and I have this in my "Update To" row. My Criteria row shows "". Any ideas on something different I can try? Thank you so much.
IIf([GGB Report].[MOVE TYPE]="EXPORT" And [GGB Report].[PLACE OF RECEIPT NAME]="","CY","")
I have a table (GGB Report) with 2 fields of data that I would like to base an IIF statement upon. If MOVE TYPE field = "Export" AND PLACE OF RECEIPT field = blank, then I would like to enter "CY". I have used the following in my query and it is not working. I am doing an update table query and I have this in my "Update To" row. My Criteria row shows "". Any ideas on something different I can try? Thank you so much.
IIf([GGB Report].[MOVE TYPE]="EXPORT" And [GGB Report].[PLACE OF RECEIPT NAME]="","CY","")