E
Eric
I try to call report on the basis of parameters but it gives error on
wherecondition. Another question is does the FormName is the name of
the form?
DoCmd.OpenReport "tbl_Event_Rpt", acViewPreview,
wherecondion:="([PPVOD_Date between #" & Forms.FormName.Date1 & " #
and #" & Forms.FormName.Date2 & "#)"
Thanks,
wherecondition. Another question is does the FormName is the name of
the form?
DoCmd.OpenReport "tbl_Event_Rpt", acViewPreview,
wherecondion:="([PPVOD_Date between #" & Forms.FormName.Date1 & " #
and #" & Forms.FormName.Date2 & "#)"
Thanks,