Hi,
I'm want to pass 3 parameter (dept, year & month) and display to crystal report.
Private Sub cmdSubmit_Click()
x = combodept.text
m = combomth.text
y = comboyear.text
crpt1.ReportFileName = "C:\project\ExpClm" & "\indv.rpt"
crpt1.Formulas(0) = "formula0 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.