VB6 to Access report using Automation - TechRepublic
General discussion
April 3, 2003 at 04:13 AM
lilyleader

VB6 to Access report using Automation

by lilyleader . Updated 22 years, 11 months ago

How to input FROM date and TO date from text box on VB form to text boxes on Access report, query data using Automation, ADO, ACCESS2000 database
To preview report I’m using code objAccess.DoCmd.OpenReport rptName acPreview, , strWhere. Criteria from VBform have to be placed in strWhere.

This discussion is locked

All Comments