hi,
I have a table I need to include in my report.
A field on this table (table2) is called RES_NAME.
The names are all <firstname> <lastname> (thats two spaces inbetween)
I need to match this field up with two fields from the other table.
The other tabe (Table1) has table1.firstname and table2.lastname
I have tried the following:
{TABLE2.RES_NAME} like "%{table1.firstname}%{table2.lastname}%"
this doesn't work. can anyone tell me what I am doing wrong?
I have a table I need to include in my report.
A field on this table (table2) is called RES_NAME.
The names are all <firstname> <lastname> (thats two spaces inbetween)
I need to match this field up with two fields from the other table.
The other tabe (Table1) has table1.firstname and table2.lastname
I have tried the following:
{TABLE2.RES_NAME} like "%{table1.firstname}%{table2.lastname}%"
this doesn't work. can anyone tell me what I am doing wrong?