I am using version 8.5 and I am connecting via ODBC to a Microsoft Access database.
I have two fields on my report called CustomerName and CustomerAddress. However the customer address field on some occasions also contains the customer name on the first line before displaying the address:
Customer Name
J Bloggs
Cust Address
J Bloggs
10 New Rd
London
What I would like to do is to suppress the customer name field if the customer name is displayed in the customer address field. Not too sure which function I should use (instr,like, compare first so many characters of each string etc).
Hope someone can help.
I have two fields on my report called CustomerName and CustomerAddress. However the customer address field on some occasions also contains the customer name on the first line before displaying the address:
Customer Name
J Bloggs
Cust Address
J Bloggs
10 New Rd
London
What I would like to do is to suppress the customer name field if the customer name is displayed in the customer address field. Not too sure which function I should use (instr,like, compare first so many characters of each string etc).
Hope someone can help.