H
hughess7
Hi all
I have an unbound control on a form called PartNo. In my query I have the
following criteria:
[forms]![frm Part Number Prices]![PartNo] Or Like "*forms![frm Part Number
Prices]![PartNo]*"
On the form I enter 1123 but the query does not return any records. If I
replace with [forms]![frm Part Number Prices]![PartNo] Or Like "*1123*"
instead this works and returns any records which has 1123 within the part
number value.
Is there a reason why I can't use a control or is this syntax incorrect?
Thanks
Sue
I have an unbound control on a form called PartNo. In my query I have the
following criteria:
[forms]![frm Part Number Prices]![PartNo] Or Like "*forms![frm Part Number
Prices]![PartNo]*"
On the form I enter 1123 but the query does not return any records. If I
replace with [forms]![frm Part Number Prices]![PartNo] Or Like "*1123*"
instead this works and returns any records which has 1123 within the part
number value.
Is there a reason why I can't use a control or is this syntax incorrect?
Thanks
Sue