M
Mik
I'm trying to figure out a way that my query will be able
to get it's where conditions from a Form.
The query in SQL :
SELECT Table1.*, FROM Table3
WHERE [FORMS]![FORM1]![SQLWHERE];
The WHERE statement that is on the form
((Mid([Table1].[PN],6,5))=54000) AND ((Mid([Table1].
[PN],12,6))=970600 Or (Mid([Table1].[PN],12,6))=970600)
to get it's where conditions from a Form.
The query in SQL :
SELECT Table1.*, FROM Table3
WHERE [FORMS]![FORM1]![SQLWHERE];
The WHERE statement that is on the form
((Mid([Table1].[PN],6,5))=54000) AND ((Mid([Table1].
[PN],12,6))=970600 Or (Mid([Table1].[PN],12,6))=970600)