
Viewing Report window without Granting any Other DB Access
Quote:
> allow, is there anyway of just showing the preview while denying access to
Of course - read up on securing your database. However, since all
you want to do is view the report before printing, just export it to
a snapshot, and use the snapshot viewer as the preview pane. That
will be easier for a first-timer than trying to understand Access
security.
Quote:
> Hi, I want to allow my users to view a report before they print it through a
> VB6 interface. I know I could simply choose
> accApp.Visible = True
> after changing to print preview but this also gives the user complete access
> to the report design and the rest of the database in general which I cannot
> allow, is there anyway of just showing the preview while denying access to
> the rest of the database? I'm using A2K.
> cheers,
> dave.