Need Help Please with Access, VB and Crystal Report 
Author Message
 Need Help Please with Access, VB and Crystal Report

I am using the Crystal VB control in VB 6. I am running a report from an
Access query and need to specify a date range for that report but cant
figure out how to make it work. What am I doing wrong?

This is the code I'm using:

ReportInternal.SQLQuery = "SELECT show.ShowDate, venue.VenueName,
venue.VenueCapacity, venue.VenueCity, venue.VenueState,
promoter.PromoterName, show.ShowRadioPartner, promoter.PromoterContact,
promoter.PromoterPhone, show.ShowGurantee, show.ShowDeposit FROM promoter
INNER JOIN (venue INNER JOIN show ON venue.VenueID = show.ShowVenue) ON
promoter.PromoterID = show.ShowPromoter WHERE show.ShowDate <= #10/10/2000#
"

ReportInternal.Action = 1



Sun, 30 Mar 2003 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Please Help Newbie Crystal Report / VB help needed.

2. Please Please help !!! Crystal Report Help Needed

3. Crystal Report Help Please or Tell me where to get Crystal Help

4. Please Help...Crystal Reports..Please Help

5. Please help in VB 4.0 trying to access MS access 7.0 forms and reports

6. Access and Crystal....Need help please

7. need help with crystal reports/ access

8. VB - Crystal Report - Focus issue - Please help.

9. Need help with Crystal Reports for VB

10. Need help with Crystal Reports for VB

11. Need help with Crystal Reports for VB

12. need help for printing crystal report from vb

 

 
Powered by phpBB® Forum Software