calling a function from a query

  • Thread starter Thread starter Linton McCracken
  • Start date Start date
L

Linton McCracken

Hi. I have already written a function in a module and
would like its result to be assigned to a field in a
query. What is the proper syntax for referring to/calling
a function from a query? Thanks.
 
Field entry should be something like this:

Newfld:yourfunction([any passed values])
 

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