I'm relatively new to the coding side of Access any maybe this is a silly question, but how do I return multiple values from a function? Can I return an array? If so, how do I refer to each element in the array that's been returned to the calling subroutine?
For example, if I have a function open a recordset filtered for only one record and I want to return the values in two of the columns in the recordset, how is this done?
Any hints would be appreciated. I'm lost.
Thanks!
For example, if I have a function open a recordset filtered for only one record and I want to return the values in two of the columns in the recordset, how is this done?
Any hints would be appreciated. I'm lost.
Thanks!