B
Bill
Hi,
Thought to use an if statement to hide or show a merged filed and add text.
{If {MERFEFIELD "ResellersDiscount"}<>0 "The above prices are subject to a
resellers discount of {MERGEFIELD "ResellersDiscount"} % If payment is
Recieved on Due date" " "}
The merged field comes from an access form via the code from "Albert D.
Kallal (Access MVP)".
On the form the user can select various discounts from 0 to 30%.
So I wanted a Field that said if the value is not 0 then add the word and
the merge field and if it is zero suppress the merge field.
Problem is even the merge doesn't work and the result will not be what I
want anyway if the field value is 0 (zero).
can I use code?
If so what is the way?
or
Can it been done with switches and mergefields?
If so please show me the way.
Thanks in advance
Bill
Thought to use an if statement to hide or show a merged filed and add text.
{If {MERFEFIELD "ResellersDiscount"}<>0 "The above prices are subject to a
resellers discount of {MERGEFIELD "ResellersDiscount"} % If payment is
Recieved on Due date" " "}
The merged field comes from an access form via the code from "Albert D.
Kallal (Access MVP)".
On the form the user can select various discounts from 0 to 30%.
So I wanted a Field that said if the value is not 0 then add the word and
the merge field and if it is zero suppress the merge field.
Problem is even the merge doesn't work and the result will not be what I
want anyway if the field value is 0 (zero).
can I use code?
If so what is the way?
or
Can it been done with switches and mergefields?
If so please show me the way.
Thanks in advance
Bill