Function value

  • Thread starter Thread starter 123
  • Start date Start date
1

123

Thank you
Is this code correct
( I want to retrieve function value) if function will give me result 10 then
do any action
the code is
if MyFunction () =10 then
do any action
end if
 
Hi:

You can do this -- it worked here in a test. Make sure the type your
function returns and the type you compare to are same.

Regards,

Naresh Nichani
Microsoft Access MVP
 
Back
Top