Hi guys. VERY new to access, so please excuse my ignorance
OK: here is my (proposed) database:
I want to create a quoting system (as the subject suggests) and im not really sure about the relationships that need to be in place. Here is my current table structure:
Table: Product
Product Code <-- (pr k)
Description
Cost Price (ex tax)
Quantity
Sell Price (inc tax)
Table: Status
Status ID <--(pr k)
Status < -- this is the "status" of the quote ie: 'in progress', 'accepted', 'not accepted' etc..
Table: Quote
Quote ID <-- (pr k)
Created < --date created, auto generated ("=now()"??) will this work?
Expires < -- quote expiry date ("=now()+14"??) will this work?
Total (ex)
Total (inc)
TAX
Profit (ex)
Table: Salesman
SalesmanID <-- (pr k)
Salesman
Table: Company
Company ID <-- (pr k)
Company Name
Contact
phone number
fax number
street address
suburb
post code
OK, first some basic questions
1. Is this table structure ok? SHould I add/remove any data from it?
2. Where exactly should my relationships be? im totally lost with this part
3. ANY other suggestions with this would be appreciated
Thanks in advance!
Trav
OK: here is my (proposed) database:
I want to create a quoting system (as the subject suggests) and im not really sure about the relationships that need to be in place. Here is my current table structure:
Table: Product
Product Code <-- (pr k)
Description
Cost Price (ex tax)
Quantity
Sell Price (inc tax)
Table: Status
Status ID <--(pr k)
Status < -- this is the "status" of the quote ie: 'in progress', 'accepted', 'not accepted' etc..
Table: Quote
Quote ID <-- (pr k)
Created < --date created, auto generated ("=now()"??) will this work?
Expires < -- quote expiry date ("=now()+14"??) will this work?
Total (ex)
Total (inc)
TAX
Profit (ex)
Table: Salesman
SalesmanID <-- (pr k)
Salesman
Table: Company
Company ID <-- (pr k)
Company Name
Contact
phone number
fax number
street address
suburb
post code
OK, first some basic questions
1. Is this table structure ok? SHould I add/remove any data from it?
2. Where exactly should my relationships be? im totally lost with this part
3. ANY other suggestions with this would be appreciated
Thanks in advance!
Trav