I am trying to call a publicfunction in a form's object module from query. What I did is create a publicfunction in a general module to call the publicfunction in the object module like this:
...
Hello, I am trying to dynamically fill criteria within a query via a PublicFunction that loads a textbox on a form (Because otherwise when the query runs it will rerun the Publicfunction for each...