Query using module variable

  • Thread starter Thread starter finster26
  • Start date Start date
Yes, you can return values from a module to a query using
a custom function. You can also do the reverse by
opening a query definition in VB and passing variables to
parameters.

Or, you can just construct the sql string in VB using a
combination of variables and strings.

It's hard to give much more detail without knowing more
about what you are trying to do. Post back if you would
like more specifics on one of the options.

-Ted Allen
 
Thanks. I was able to see the module in Expression Builder
but the third column was empty. Until I created a function
to return the value. Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top