A
adriany
i'm using cboUserID to filter and print! it works fine!
I like to add 1 more combobox(dateinput).
how do i print with filter both cbobox.
DoCmd.OpenReport "test", acViewPreview, , _
"[Final Query].[userID]=" & "'" &
Me.cboSearch.Column(0) & "'"
cbouserID -> cboDateInput -> and Print with only with
chosen id & date.
I like to add 1 more combobox(dateinput).
how do i print with filter both cbobox.
DoCmd.OpenReport "test", acViewPreview, , _
"[Final Query].[userID]=" & "'" &
Me.cboSearch.Column(0) & "'"
cbouserID -> cboDateInput -> and Print with only with
chosen id & date.