Hello,
i need to create a report from a form. I found a way to do it in the microsoft site, but no way to have it working. My code is the following:
DoCmd.OpenReport "test4", acViewDesign
Set rpt = Reports![test4]
Set rcset = CodeDb.OpenRecordset(querystring)
rpt.RecordSource = querystring...