First up, is it possible to pass a set of values into a function as an array
ie: qryTest has var1 var2 var3 var4
Can I pass it into a function that looks like this:
Public Function FunctionTest(varArray())
...etc
End Function
And just do this in my Query:
Field1...