I am trying to create a Point of Sales
VB.NET Application and would like to program it to generate a monthly statement for each customer's outstanding account activity. Currently I have that information stored inside of a MS Access database. My question is what is the best way to create a report in
VB.NET? Is there a way to access the reports inside of the Access Database or is there an easier way to do reporting in
VB.NET?
Thanks in advance