Function return value

  • Thread starter Linas Petkevièius
  • Start date
L

Linas Petkevièius

Halo,

Sometimes i need SQL function value as number or string in access. Is it possible to write some function, for example i could do this.

Private sub Button_on_click

MSGBOX "Your function value is " & MY_FUNCTION("exec storedfunction par1, par2")

end sub

Or how can i get function result in access in other ways ?

Linas
 
M

mariangela manzotti

Linas Petkevièius said:
Halo,

Sometimes i need SQL function value as number or string in access. Is it
possible to write some function, for example i could do this.
 

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

Top