hello all,
i wrote this function in a click event of a boutton
DoCmd.OpenReport "customer_account", acViewPreview, , "[nam]='" & Me.Combo4 & "'"
can i add another condition beside the one in the function. In other words, the last partion of the OpenReport function (condition) could be more...