G
Guest
Hi,
Here is my problem: I have a field named [PictureSizeItem1] that uses a
combo box with the following text sting that clients must select: "40 X 40 =
Price 69.95". I want to use an If condition (or if you have a better
suggestion) to verify this string and, if true, assign the proper price value
to the following field [PriceItem1] (currency data field). Ten different
text strings have to be verified. How do I build the update query with the
builder?
Is the following correct?
IIf([PictureSizeItem1] = "40 X 40 = Price 65.95", [PriceItem1] = 65.95)
IIf([PictureSizeItem1] = "40 X 50 = Price 69.95", [PriceItem1] = 69.95)
and so on...
Here is my problem: I have a field named [PictureSizeItem1] that uses a
combo box with the following text sting that clients must select: "40 X 40 =
Price 69.95". I want to use an If condition (or if you have a better
suggestion) to verify this string and, if true, assign the proper price value
to the following field [PriceItem1] (currency data field). Ten different
text strings have to be verified. How do I build the update query with the
builder?
Is the following correct?
IIf([PictureSizeItem1] = "40 X 40 = Price 65.95", [PriceItem1] = 65.95)
IIf([PictureSizeItem1] = "40 X 50 = Price 69.95", [PriceItem1] = 69.95)
and so on...