Search results

  1. V

    Query doesn't recognized function which is trying to pass a variable to the search criteria

    you may be right with all the time I have spent...I could have created 15 simple queries with hardcoded form names, but it seemed so simple. Now its become a challenge...
  2. V

    Query doesn't recognized function which is trying to pass a variable to the search criteria

    I have modified the function code to include the capture of the form name, but I am still getting the error that the function is undefined. The public variable is declared on module 1.
  3. V

    Query doesn't recognized function which is trying to pass a variable to the search criteria

    the variable is declared at the top in Module 1
  4. V

    Query doesn't recognized function which is trying to pass a variable to the search criteria

    The code I am using will email a report based on an open form. The report uses a query that calls a function to get the search criteria from a public variable created by the code based on the open form. When the button is selected I get an error message Runtime error 3085, undefined function...
Top Bottom