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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Parameters from Access 2000 (VBA) through CR 8.5

Status
Not open for further replies.

rsatty

Programmer
Nov 15, 2003
21
US
I have a Access 2000 form that I am using to pull Crystal Reports through a viewer. I got the report to pull through the viewer through VBA, but my questions is how can I set up Parameters in Access 2000 to run through my Crystal Report in VBA. I would like to use Calendars in Access to do Start and End Dates. Can anyone help me.
Thanks
 
If you want custom data controls on an Access form then you'll have to use a date control.

If you use a Crystal parameter in an Active-X viewer it will have a calendar control built in.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top