J
JoP
I have a query set up to show all orders received that
have not been acknowledged. [PROM DATE] is Null.
I have inserted a column called 'Urgent' and I want it to
look at the part numbers from the above query and put the
text '24HR' into the column if it matches 1 of 8 different
part numbers.
I have used:-
IIf([RPN]="705046-000","24HR","") in the 'Urgent' column
criteria.
I do not want the query to use this as a selection, I
merely want it to fill in the field with '24HR' if it
matches the criteria.
I have no experience of VB so am wondering if anyone has a
solution I could use to put direct into the Query.
Thanks
Jo P
have not been acknowledged. [PROM DATE] is Null.
I have inserted a column called 'Urgent' and I want it to
look at the part numbers from the above query and put the
text '24HR' into the column if it matches 1 of 8 different
part numbers.
I have used:-
IIf([RPN]="705046-000","24HR","") in the 'Urgent' column
criteria.
I do not want the query to use this as a selection, I
merely want it to fill in the field with '24HR' if it
matches the criteria.
I have no experience of VB so am wondering if anyone has a
solution I could use to put direct into the Query.
Thanks
Jo P