I'm kinda stuck of making this
it wont work to display monthly report based on combobox (january, february, etc)
im using vb6 and ms access and CR as for report
do i miss anything?
Code:
Report1.RecordSelectionFormula = "{Sales.Date} In (" & Format(cboMonth.Text, "MMMM") & ")"
im using vb6 and ms access and CR as for report
do i miss anything?
Comment