Print a form

hduvall

Registered User.
Local time
Today, 08:32
Joined
Jul 22, 2014
Messages
14
In a form bound to a table, I have a list box from which i populate several of the text boxes on the form. No problem. The rest of the form has static fields to be completed by hand after printed. How can i print only what is on the current form, not the whole record set with out creating a similar Report that would be called when print was selected on the form?
 
I'm not sure you can limit when printing a form. Most of us would suggest printing a report. You have a lot more control over the format, etc, and printing a particular record is easy. One way:

http://www.baldyweb.com/wherecondition.htm
 
I was afraid that would be the answer. I will go that way.

Thanks for the input
 

Users who are viewing this thread

Back
Top Bottom