Hi, Ive been set the task of creating a project tracker database with a web front end. I have the following tables but i dont think there correct. Any help/advice would be greatly appreciated.
tblSalesman
SalesmanID:Autonumber
Salesman
tblManager
ManagerID:Autonumber
Manager
tblType
TypeID:Autonumber
Type
tblSector
SectorID:Autonumber
Sector
tblSite
SiteID:Autonumber
Site
tblProject
ProjectID:Autonumber
SalesmanID:number
SectorID:number
ManagerID:number
SiteID:number
CustomerName
CustomerLocation
VehicleProject
Comments
Status
TypeID
A0
A1
A2
A3
A4
A5
A6
A3Due
Quoted
OrderRec
The smaller tables are all linked to tblProject via 1 to many relationships. But im thinkin this probably aint the best way to do it. I have designed an ASP page that insert data into tblProject but im stuck on the id fields as they are numbers. And i want to enter text which refers to things like salesman, sector, site. A bit confusing i know.
Help please?
Cheers
Mark
tblSalesman
SalesmanID:Autonumber
Salesman
tblManager
ManagerID:Autonumber
Manager
tblType
TypeID:Autonumber
Type
tblSector
SectorID:Autonumber
Sector
tblSite
SiteID:Autonumber
Site
tblProject
ProjectID:Autonumber
SalesmanID:number
SectorID:number
ManagerID:number
SiteID:number
CustomerName
CustomerLocation
VehicleProject
Comments
Status
TypeID
A0
A1
A2
A3
A4
A5
A6
A3Due
Quoted
OrderRec
The smaller tables are all linked to tblProject via 1 to many relationships. But im thinkin this probably aint the best way to do it. I have designed an ASP page that insert data into tblProject but im stuck on the id fields as they are numbers. And i want to enter text which refers to things like salesman, sector, site. A bit confusing i know.
Help please?
Cheers
Mark