MilantoMinsk
Member
- Joined
- May 2, 2014
- Messages
- 7
- Programming Experience
- Beginner
Hi,
I don't know how to organize dana in a database that consists out of two tables. The first table is a list of Products with its specific columns (ID, description, price, etc.). The second table should be a list of Customers with the list of Products they bought. How do I organize table no. 2? Should I make a column with cells that contains a list of bought Products? How do I do that? Or should I assign each customer with a different table? In that case, where do I put information about Customers (Name, Date of Purchase, Number...).
I must mention that I am relatively new to Visual Basic, and before I get started with concrete database coding it is necessary to get a clear idea what do I want for my program to do.
Thanks
I don't know how to organize dana in a database that consists out of two tables. The first table is a list of Products with its specific columns (ID, description, price, etc.). The second table should be a list of Customers with the list of Products they bought. How do I organize table no. 2? Should I make a column with cells that contains a list of bought Products? How do I do that? Or should I assign each customer with a different table? In that case, where do I put information about Customers (Name, Date of Purchase, Number...).
I must mention that I am relatively new to Visual Basic, and before I get started with concrete database coding it is necessary to get a clear idea what do I want for my program to do.
Thanks