Hi all
In a form, i need to store the inputs of 2 combo box to be critarias in a query.
From what I know, I will have to Dim 2 variables (one for each combo), then refer to these variables in the query.
Private Sub frm_rpt_onClick ()
On Error goto ErrorHandler
Dim cmbone as String
Dim cmbtwo as String
cmbone = me.comboone.Value
cmbtwo = me.combotwo.Value
Can someone help me finish this pathetic attempt?
Thanks
If I did not say it before, I really appreciate the time and expertise of the users on this forum.
In a form, i need to store the inputs of 2 combo box to be critarias in a query.
From what I know, I will have to Dim 2 variables (one for each combo), then refer to these variables in the query.
Private Sub frm_rpt_onClick ()
On Error goto ErrorHandler
Dim cmbone as String
Dim cmbtwo as String
cmbone = me.comboone.Value
cmbtwo = me.combotwo.Value
Can someone help me finish this pathetic attempt?
Thanks
If I did not say it before, I really appreciate the time and expertise of the users on this forum.