Function return value

  • Thread starter Thread starter =?windows-1257?Q?Linas_Petkevi=E8ius?=
  • Start date Start date
?

=?windows-1257?Q?Linas_Petkevi=E8ius?=

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
 
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.
 
Back
Top