Print single entry from datatbase

  • Thread starter Thread starter Charlie
  • Start date Start date
C

Charlie

I am as new to VB.net as one can get (started today). I have managed to
put together a cookbook interface that will allow one to add recipes to an
Access database (Access 2000) and to view the recipes by selecting the dish
name from a drop down menu. What I would like to do is to be able to create
a "Print this Recipe" button and have only the recipe being viewed sent to
the printer. I have looked in the help files as well as a VB.net book I have
(written by Karl Moore), but can't find how to send only the viewed database
entry to the printer.
Hopefully, someone here will be able to give me some help or direct me
to where I can find how to do this.

Thanks,
Charlie
 
Drag a print control onto the form and use that

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top