Teuntja123
Registered User.
- Local time
- Today, 15:32
- Joined
- Sep 17, 2013
- Messages
- 21
Hi everybody
Can someone help me with the following:
I want to add the number 1700 in a cell of the column "DeliverTime" when the cell (on the same row) in column WAY_BILL starts with a E.
I made a new query, selected every field from my table to show, and in the column DeliverTime I put behind criteria the following:
IIf(Left([WAY_BILL];1)="E";"1700";" ")
But when I run the query I get:
Data type mismatch in the expression
Can someone tell me what is wrong about my expression?
Thanks in advance,
Teun
Can someone help me with the following:
I want to add the number 1700 in a cell of the column "DeliverTime" when the cell (on the same row) in column WAY_BILL starts with a E.
I made a new query, selected every field from my table to show, and in the column DeliverTime I put behind criteria the following:
IIf(Left([WAY_BILL];1)="E";"1700";" ")
But when I run the query I get:
Data type mismatch in the expression
Can someone tell me what is wrong about my expression?
Thanks in advance,
Teun