J
justme
I have a form to open a report. I am having 2 problems:
1) I have a combo box the row source reads:
"Region A";1;"Region B";2;"Region C";3;"Regions 1 & 2";1 or 2;"All
Regions";1 or 2 or 3
This parameter is fed to the report query.
However, I can not get the query to work for the choices that have more
than one region.
I have tried also tried, to get all results:
*
and
""
Thank you.
error 2501 in my report's open event
If Err.Number <> 2501 Then
MsgBox Err.Description, vbExclamation, "Error " & Err.Number
End If
However, I still get the error!
What can it be?
Thanks
1) I have a combo box the row source reads:
"Region A";1;"Region B";2;"Region C";3;"Regions 1 & 2";1 or 2;"All
Regions";1 or 2 or 3
This parameter is fed to the report query.
However, I can not get the query to work for the choices that have more
than one region.
I have tried also tried, to get all results:
*
and
""
Thank you.
error 2501 in my report's open event
If Err.Number <> 2501 Then
MsgBox Err.Description, vbExclamation, "Error " & Err.Number
End If
However, I still get the error!
What can it be?
Thanks