Am looking for a way to print a single form that is displayed on the monitor. I have a list box that displays all record in a table used to populate fields in the form. It wants to print the form for all records in the list box.
Am looking for a way to print a single form that is displayed on the monitor. I have a list box that displays all record in a table used to populate fields in the form. It wants to print the form for all records in the list box.
Most of us would suggest printing a report; you have a lot more control. To your question, I'm not sure you can limit the records when printing a form. I'd use this method with a report:
BaldyWeb wherecondition
[QUOTE=pbaldy;312838]Most of us would suggest printing a report; you have a lot more control. To your question, I'm not sure you can limit the records when printing a form. I'd use this method with a report:
Thanks. I have a solution that works for me. From a list box on a form I select the record i want, open a querry to get that record then bind the print out form to that querry an dprint it. Works great for my need.
Thanks again