I have some code that opens a recordset and I want to perform tasks based on the data in the current record.
For example, if the field [CrCls] = A, I want to pass the entire record to the function named CClassA.
How can I pass the current record to that function?
For example, if the field [CrCls] = A, I want to pass the entire record to the function named CClassA.
How can I pass the current record to that function?