This call is from VB project NOT "MS Access Database file".
It work only in MS Access not in VB. WHY ??????? and how to make it works.
"UPDATE
set field1 = myfunction()"
Here is my function code:
public function myfunction() as variant
myfunction = str(rnd(999))
end function
It work only in MS Access not in VB. WHY ??????? and how to make it works.
"UPDATE
Here is my function code:
public function myfunction() as variant
myfunction = str(rnd(999))
end function