How to access the reports made in Access using C#

  • Thread starter Thread starter Harpreet
  • Start date Start date
H

Harpreet

Hi friends,
Does anybody know how to access the reports made in MS Access thru C
Code. If anybody know pls lemme know

Harpree


-
Harpree
 
You could download the Snapshot Viewer from the Microsoft site, and shell to
it (I presume you can do that from C#; you certainly can in some classic
languages) -- it allows you to view reports saved from Access in "snapshot
format". You could use COM automation to control Access from C#. You could
use the Crystal Reports that comes with Visual Studio to report on the
Access data.

You might get better answers in a .NET or C# newsgroup.

Larry Linson
Microsoft Access MVP
 
hi larry
thanx for the suggestions.
harpreet

*You could download the Snapshot Viewer from the Microsoft site, an
shell to
it (I presume you can do that from C#; you certainly can in som
classic
languages) -- it allows you to view reports saved from Access i
"snapshot
format". You could use COM automation to control Access from C#. Yo
could
use the Crystal Reports that comes with Visual Studio to report o
the
Access data.

You might get better answers in a .NET or C# newsgroup.

Larry Linson
Microsoft Access MVP
[/QUOTE]


-
Harpree
 
Back
Top