I have two fields in a table: Field1 Field2
My record has data only on Field2: 27
I've a query that says:
{table.Field1} = '27' or {table.Field2} = '27'
This doesn't bring me anything. But if I change the order of the query, that is asking for Field2 first, then it brings me the record.
What can I do?
PD: There are other cases in which I have data on Field1 and not on Field2 and it does the same thing.
Thanks
My record has data only on Field2: 27
I've a query that says:
{table.Field1} = '27' or {table.Field2} = '27'
This doesn't bring me anything. But if I change the order of the query, that is asking for Field2 first, then it brings me the record.
What can I do?
PD: There are other cases in which I have data on Field1 and not on Field2 and it does the same thing.
Thanks