B
Bill
Hi,
Hope someone can help
In a " If Then Else statement:
If (field = "A") OR (field = "B") then
Bill
Else
""
End IF
When the statement is true I want to print "Bill".
Whenever the statement is false I don't want to print
anything.
So in a data source having 5 lines and "Bill" appears
only twice.
I'd like to see:
Bill
Bill
Not:
Blank line
Blank Line
Bill
Blank Line
Bill
What do I do to elimiinate the blank Lines?
Thank you in advance,
Bill
Hope someone can help
In a " If Then Else statement:
If (field = "A") OR (field = "B") then
Bill
Else
""
End IF
When the statement is true I want to print "Bill".
Whenever the statement is false I don't want to print
anything.
So in a data source having 5 lines and "Bill" appears
only twice.
I'd like to see:
Bill
Bill
Not:
Blank line
Blank Line
Bill
Blank Line
Bill
What do I do to elimiinate the blank Lines?
Thank you in advance,
Bill