One Function Two Outputs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
Is it possible to have a function that returns two calculated values. If yes, how do I achieve this

TI
Anand
 
Anand,

You can do this by using more arguments in a function, so you return
calculated values by means of the extra arguments, but those can only be
utilised in code, i.e. you can "read" the values in the extra arguments in
another piece of code that calls the function, but not in a query, form,
report etc.

HTH,
Nikos
 

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