This is in the design of a purchase order database I have 3 tables that were given to me by my accounting people I am new to sql...I think that the tables need to be more tables and I am not sure what to do ...can you all give me some advice...I have been looking at the northwind db example and i am comfuse with my flow...here are these tables help me out you guys are usually great at help can you help me with my flow process as well.
tblvendors
Vendor
VendorID
Address1
Address2
City
State
Zip Code
Remit to address1
Remit to address2
remit to city
remit to state
remit to zip code
contact name
contact title
email
website
tblAssets
AssetId
AssetDescription
AssetCategory
VendorID
Model
ModelNumber
SerialNumber
DateAquired
DateSold
PurchasePrice
DepreciationMethod
DepriciableLife
SalavageLife
CurrentValue
tblPurchaseOrders
PO#
Vendor
VendorID
date
date requested
date promised
product ID
product description
account 1
qty ordered1
unit cost 1
product id 2
product description2
account 2
qty ordered 2
unit cost2
productid3
product description3
account3
qty ordered3
unit cost 3
product id 4
product description
account 4
qtyordered4
unit cost 4
product id5
product description 5
account 5
qty ordered5
unit cost 5
THis is it I hope you all can help. Thanks in advance and Merry Christmas to all
Boomer
tblvendors
Vendor
VendorID
Address1
Address2
City
State
Zip Code
Remit to address1
Remit to address2
remit to city
remit to state
remit to zip code
contact name
contact title
website
tblAssets
AssetId
AssetDescription
AssetCategory
VendorID
Model
ModelNumber
SerialNumber
DateAquired
DateSold
PurchasePrice
DepreciationMethod
DepriciableLife
SalavageLife
CurrentValue
tblPurchaseOrders
PO#
Vendor
VendorID
date
date requested
date promised
product ID
product description
account 1
qty ordered1
unit cost 1
product id 2
product description2
account 2
qty ordered 2
unit cost2
productid3
product description3
account3
qty ordered3
unit cost 3
product id 4
product description
account 4
qtyordered4
unit cost 4
product id5
product description 5
account 5
qty ordered5
unit cost 5
THis is it I hope you all can help. Thanks in advance and Merry Christmas to all
Boomer