C
Craig
I am new to Access but not to .NET. I am trying to learn the Access way of
doing this.
I want to retrieve a value from the database using a function that I can
call from anywhere
How do I do it?
Example
Function fGetEmailAddress(pProfileID)
'Based on the param pProfileID go get the email address from the
database
'Retrieve the data and pass back the email address
'HOW???
End function
doing this.
I want to retrieve a value from the database using a function that I can
call from anywhere
How do I do it?
Example
Function fGetEmailAddress(pProfileID)
'Based on the param pProfileID go get the email address from the
database
'Retrieve the data and pass back the email address
'HOW???
End function