On my form I have a an unbound text box which is used for searching on the first part of a postcode.
I need a query to reference the control using the "like" operator but cannot get this to work.
I have tried
Like [Forms]![frmReportSuite]![txtpcode] & "*"
and various other combinations but nothing seems to work.
Any suggestions welcomed
If IT ain’t working Binnit and Reboot
I need a query to reference the control using the "like" operator but cannot get this to work.
I have tried
Like [Forms]![frmReportSuite]![txtpcode] & "*"
and various other combinations but nothing seems to work.
Any suggestions welcomed
If IT ain’t working Binnit and Reboot