A
Anne
I'm new in designing database. Hope if anyone can help
with the problems that i'm facing now. I created a
database to keep track of my stocks. I have tables:
1.customers (customerID, customerName)
2.customer orders (Invoice#,InvoiceDate,CustomerID,etc)
3.Customer orders details (OrderDetailID, Invoice#,
Quantity, ProductID,etc)
4. products (ProductID, ProductName)
5. Company orders(TrnxID, PO#, SupplierID, PO Date etc)
6. Company ordersDetails (PO#, Quantity, ProductID, etc)
End of the day, I will need to keep track of monthly and
daily stock balance. I'm not sure whether there are flaws
in my designing, or i'm using incorrect ways, seem likes
every method that tried is not working, records are not
tally.
Please assists. Thanks
with the problems that i'm facing now. I created a
database to keep track of my stocks. I have tables:
1.customers (customerID, customerName)
2.customer orders (Invoice#,InvoiceDate,CustomerID,etc)
3.Customer orders details (OrderDetailID, Invoice#,
Quantity, ProductID,etc)
4. products (ProductID, ProductName)
5. Company orders(TrnxID, PO#, SupplierID, PO Date etc)
6. Company ordersDetails (PO#, Quantity, ProductID, etc)
End of the day, I will need to keep track of monthly and
daily stock balance. I'm not sure whether there are flaws
in my designing, or i'm using incorrect ways, seem likes
every method that tried is not working, records are not
tally.
Please assists. Thanks