D
damien
Hi there,
I've got a multi-select combo box on a form, and I'd like
to pass the results to a query as a parameter.
I was trying to do using a VBA function, but this only
seems to be able to handle single values.
What's the best way to accomplish this ?
Damien
eg what I am trying to do
Function GetValues()
GetValues = "1, 2, 3, 4"
End Function
Then call above function in query...
I've got a multi-select combo box on a form, and I'd like
to pass the results to a query as a parameter.
I was trying to do using a VBA function, but this only
seems to be able to handle single values.
What's the best way to accomplish this ?
Damien
eg what I am trying to do
Function GetValues()
GetValues = "1, 2, 3, 4"
End Function
Then call above function in query...