S
Sue Cardwell via AccessMonster.com
I am building a database and I have a rather large "Select Case" statement.
I have teachers enter a course their students have completed, the function
looks up the correct control and then places the information in that control.
Because the "Select Case" statement is so long, I would like to have one
function that contains the "Select Case" statement and then pass information
back and forth. I can pass a variable from the original function to the
"Select Case" function, but I don't know how to send the variable back to the
original function or even if you can. Can anyone help me?
I have teachers enter a course their students have completed, the function
looks up the correct control and then places the information in that control.
Because the "Select Case" statement is so long, I would like to have one
function that contains the "Select Case" statement and then pass information
back and forth. I can pass a variable from the original function to the
"Select Case" function, but I don't know how to send the variable back to the
original function or even if you can. Can anyone help me?