P
Paul Mars
strWhere = "SELECT EmailAddress FROM Main WHERE Name =
'Forms!MainData.Filter'"
Now how do I output it??
DoCmd.OutputTo acOutputQuery, strWhere, acFormatRTF, "Email.rtf", True
Looks for a query with the name strWhere, which will not work.
Related question, why can I never find these things in help?
'Forms!MainData.Filter'"
Now how do I output it??
DoCmd.OutputTo acOutputQuery, strWhere, acFormatRTF, "Email.rtf", True
Looks for a query with the name strWhere, which will not work.
Related question, why can I never find these things in help?