hi, I am still confused about a function : how to pass a value and how to get the result of a number of action (e.g. calculation) on this value out of the function.
Dim strpagid As String
valuetosendtothefunction = rst1![PAG-ID]
functioninclude (valuetosendtothefunction)
calculation.....
end function
strpage = functioninclude(valueigetofthefunction) & rst1![text]
can someone clear this out for me and correct the above description, so it became clear to me for ones and forever.
thanks, pat
Dim strpagid As String
valuetosendtothefunction = rst1![PAG-ID]
functioninclude (valuetosendtothefunction)
calculation.....
end function
strpage = functioninclude(valueigetofthefunction) & rst1![text]
can someone clear this out for me and correct the above description, so it became clear to me for ones and forever.
thanks, pat