PDA

Click to See Complete Forum and Search --> : print document


nigel_chong98
May 29th, 2000, 02:14 PM
How do i get to print all the record from an access file from VB. Pls assist.

lenin
May 29th, 2000, 06:22 PM
hi nigel,
what is it precisely you want to do?

1. Print?
2. access all the fields of a record?

Let me know.

Lenin.

nigel_chong98
May 29th, 2000, 07:54 PM
I want a print out of these records. Thanks for your help.

lenin
May 29th, 2000, 08:24 PM
Probably the easiest way is to use the Data Report Writer in theVB environment. It is easy to use, but restrictive.

There doesn't seem to be a lot of detail on it, however there is a sort off tutorial in the MSDN Help. Basically it consists of dragging and dropping relevant fields from a Data Environment onto the report designer.

sorry if this isn't what you want. Perhaps another angle may be to use the direct print command.

HTH

Lenin