simon551
IS-IT--Management
- May 4, 2005
- 249
Hi,
I have a union query of union queries and I'm trying to put in a parameter but it's not working.
Select * FROM qryUNIONPurchases UNION SELECT * From qryUNIONSales
WHERE [CO] Like Forms!frmRegister.txtCo & "*"
ORDER BY TransDate;
The parameter never filters. On background: the field [CO] is a made up field in the underlying queries. There is no table data to back up the field.
Thanks in advance,
Simon
I have a union query of union queries and I'm trying to put in a parameter but it's not working.
Select * FROM qryUNIONPurchases UNION SELECT * From qryUNIONSales
WHERE [CO] Like Forms!frmRegister.txtCo & "*"
ORDER BY TransDate;
The parameter never filters. On background: the field [CO] is a made up field in the underlying queries. There is no table data to back up the field.
Thanks in advance,
Simon