
Printing records in grid???
Reports in Access, using Access VBA. There are built-in wizards to get you started, then you
can tweak the code and layout to suit. Also there's an excellent ng for this at
microsoft.public.access.reports.
Hugh
Quote:
> I'm not really familiar with printing reports in vb. Do you have any
> suggestions for websites that cover that? Are you refering to reports in
> Access or VB?
> Thanks,
> Darren
> > Your best bet is to design a Report to do this, rather than trying to
> print from the form.
> > Forms are really only for viewing, entering and manipulating data; Reports
> are for printing and
> > contain all the relevant tools for that job.
> > hth
> > hugh
> > > When printing a grid in access, printing knows enough to print all the
> rows
> > > of the grid even if they aren't available. When using Form.PrintForm in
> vb
> > > it only prints the rows of the grid that are visible. Is there a work
> > > around that will allow printing all the rows in the grid in vb?
> > > Thanks,
> > > Darren