Hi All,
I am currently programming Bill and Money Receipt Printing program. It is almost finished but struck with one problem. My problem goes here:
I have created One MDI Form with 3 mdi Child forms namely, frmBillHeader, frmBillMain and frmBillFooter.
BillHeader contains Company Name with Address and Contact No.
Bill Main form contains the main part of Bill like Particulars, Quantity, Rate and Amount.
Bill Footer form contains some advertising slogans of Company.
I was forced to make three mdi child forms because all I want to print cannot be accommodate in one form.
Now I want to print all these three forms in vertical position as if one form. I want to print form because my form contains picture like logo of company. I have tried tried the following code:
mnuPrint_Click()
frmmdiBill.PrintForm 'Name of my mdi form
End sub
Thanks in advance for any type of help.