Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am writing a program that keeps track of albums (music).

My database looks like this:

Database (simple)

Its in dutch but it comes down to this:

Klant table holds information about customers (name and such)

Album table holds information about album.

Order table holds information about which customer/date/payed and the orderid

Order_Items holds which albums and how much albums a customer bought.

also its not all of the tables just the ones im going to need for this.


I want to make a form like this:

Sale Form

the white field is a listview set to detail. I want to be able to choose a customer. Then i want to be able to add albums, after that i should click generate invoice and it needs to generate an invoice for the customer. (Crystal reports?)

Could you guys point me in the right direction?
Posted
Comments
Prasad Avunoori 6-Feb-14 0:00am    
Please share your effort that you did so far.

1 solution

Start learning ADO.NET first. Check these. One CP member wrote more than bunch of articles(on ADO.NET) for people like you(beginner).
Using ADO.NET for beginners[^]
Using the DataGrid Control[^]
Database Manipulation with ADO.NET for beginners[^]
Populate data from database in a ComboBox[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900