How do i get to print all the record from an access file from VB. Pls assist.
Printable View
How do i get to print all the record from an access file from VB. Pls assist.
hi nigel,
what is it precisely you want to do?
1. Print?
2. access all the fields of a record?
Let me know.
Lenin.
I want a print out of these records. Thanks for your help.
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