hello all,
i wrote this function in a click event of a boutton
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 than one.
Regards with thanks
i wrote this function in a click event of a boutton
Code:
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 than one.
Regards with thanks