Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I pass parameters from VB to Access?

Status
Not open for further replies.

Fibee

Programmer
Jul 26, 2002
39
GB
Does anyone know how I can pass parameters from a vb6 application into Access? I currently run a report in Access based on a number of criteria, which are selected by the user in VB, one of which is a date range. This all works fine but I would like to put the date range input by the user into the header of my report, eg: the date range is 01/01/03 - 01/04/03 - the first record that contains a date is 03/01/03 so when I try and add the date range to my report it places the start of the date range as 03/01/03 and not 01/01/03.

Can anyone help?

Hope this all makes sense!

Fi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top