openreport function

grad2009

Registered User.
Local time
Today, 04:58
Joined
Feb 7, 2010
Messages
30
hello all,
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
 
Yes you can have multiple conditions using either the AND or OR operators, this link may give you some ideas.
 
thank you very much, i will see the link
 

Users who are viewing this thread

Back
Top Bottom