print the current record?

johnnyat87

New member
Joined
Apr 10, 2008
Messages
4
Programming Experience
Beginner
hello
how can i print the current record being viewed by the user.
I have a dataset called dsMain1 and a dataadapter called daMain.
the form is called MainDB. I'm also using an OleDbConnection.
Basically when the user scrolls through to the desired record i need to be able to allow the user to print the record currently displayed on the interface. Ideally, I need it also to print the record in this format:

Forename Surname
Address1
Address2
postcode
etc
etc

this is what I'm using to number, count and identify the records:
Dim currManager As CurrencyManager
currManager = Me.BindingContext(DsMain1, "MAIN")

Hope that all makes sense
Any help would be greatly appreciated.
Thanks
 
Back
Top