Reports 
Author Message
 Reports

Hi,

I have created a series of reports in MS Access, and i am attempting to
display them in my VB app.

Currently I have two ways of doing this,
the first is that I open up access, and let the user view the reports
through access (This is not a great solution as it is using another app to
show the reports, and does not give off a professional look)
the second is that i create a snapshot file and open that in VB with the
snapshot file control (the problem with this is that if the report is large,
it takes a long time to export it to a snapshot file)

Does anyone have any ideas?
Thanks a lot



Tue, 20 Jan 2004 01:37:45 GMT  
 Reports
The reporting engine for Access was not really designed to be used outside
of it's own environment.  Most folks use a 3rd party report designer such
as Crystal Reports.

Thank You,
Dale Roberson
Microsoft Developer Support



Tue, 20 Jan 2004 04:17:39 GMT  
 Reports
If you want similar features of access reports, you can always use VB's Data
Report Designer - which is similar in implementation as an Access Report.

However, you will need to "recreate" your reports in the Data Report
Designer, hook up a data environment and set the reports data source to a
command object. Plenty of documentation on how to do this. Its all ADO
based. Not hard.

-Eric

Quote:
> Hi,

> I have created a series of reports in MS Access, and i am attempting to
> display them in my VB app.

> Currently I have two ways of doing this,
> the first is that I open up access, and let the user view the reports
> through access (This is not a great solution as it is using another app to
> show the reports, and does not give off a professional look)
> the second is that i create a snapshot file and open that in VB with the
> snapshot file control (the problem with this is that if the report is
large,
> it takes a long time to export it to a snapshot file)

> Does anyone have any ideas?
> Thanks a lot



Sat, 24 Jan 2004 04:18:38 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Reports, reports, reports, reports.....REPORTS!

2. REports and sub-reports in Crystal Reports

3. printing without crystal report or data report for non data base reports

4. Crystal Reports/SQL 2000 - Reporting from a Stored Procedure with multiple selects (for a sub-report)

5. Reports, Reports, Reports

6. Crystal Reports/SQL 2000 - Reporting from a Stored Procedure with multiple selects (for a sub-report)

7. COMPLEX REPORT IN ACCES ( HTML REPORTS)

8. Report width limit and combining reports.

9. Infinite Report - Create Access reports of unlimited complexity

10. Access report to Outlook/ Open Outlook and mail report

11. Reporting sum in a report

12. reports 97 /how to make a toolbar with a close report button

 

 
Powered by phpBB® Forum Software