Suppose I have an application that takes orders and save them in an Access databse. And after taking each order I need to print a summary of that order. The summary should contain the items, prices, order number... I need to automatically print this summary right after I save the order. Can this be done in VB.net?
I tried to save the orders in a table called Order1 & the summary in a table called Summary. And I retrieved the need information from Summary to a new form. But this form is being only printed at run time, which I want to avoid?
So is there any way to automatically print the summary for each order, right after the order itself?
I am using a VB.Net application with an Access database.
Thank you in advance.
John,
|
No responses found. Be the first to respond and make money from revenue sharing program.
|