Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Want to print the contents of a record

Status
Not open for further replies.

Hitower

Programmer
Joined
Mar 28, 2002
Messages
11
Location
NL
I have a form in which a record is being displayed. When i want to print it it prints tha whole thing incuding the buttons and user interface stuff. I only want to print the contents of the record.

Tnx for the help (if there is any [afro])
 
MIght be better to do a report with the fields on it, pointing to the underlying recordset of the form, so that it shows the current record that the form is showing. Then have a Print button on your form and in it use OpenReport with the acPrint parameter. This prints the report without it coming up on the screen. Have fun! :o)

Alex Middleton
 
Tnx alot m8 ill try it [bigears]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top