C
craigathurst
Hi All,
I have a query called "qryContactsList1", which has the SQL:
SELECT CDB.*
FROM CDB
WHERE (((CDB.Company) Like '*richland*') AND ((CDB.listdisplay)=True))
ORDER BY CDB.Company;
This query is a saved query (doesn't get re-created).
What i want is to hit a button on a form that displays in a message
box, the SQL statement for the query "qryContactsList1"
Is this possible?
Craig Hurst
I have a query called "qryContactsList1", which has the SQL:
SELECT CDB.*
FROM CDB
WHERE (((CDB.Company) Like '*richland*') AND ((CDB.listdisplay)=True))
ORDER BY CDB.Company;
This query is a saved query (doesn't get re-created).
What i want is to hit a button on a form that displays in a message
box, the SQL statement for the query "qryContactsList1"
Is this possible?
Craig Hurst