hi guys, I am trying to develop an application for my company's website. it's an application to enter and track jobs. and it's all going to be done on the site. ok i've created a database with several relationial tables here's what i have.
Materials
Employees
OrderDetails
Jobs
JobSite
Customers
Materials and Jobs are one to many to the OrderDetails
Employees is one to many to Jobs
Customers is one to many to jobSite
JobSite is one to many to jobs
ok, here's where i'm pulling out my hair. In the Employees table i have the info to logon to the website (username, password) once in the site i need to have it so the person logged in can enter a job. How do i make it so what they fill out get's put into the correct table? this is confusing to me.. do i make one huge form? if so how does the info get into the correct tables? if someone could maybe help me set this up (at least so i can get rolling) i'd really appreciate it. i don't really have any forms created yet, i did but i'm starting over with this new database. thanks in advance.
Materials
Employees
OrderDetails
Jobs
JobSite
Customers
Materials and Jobs are one to many to the OrderDetails
Employees is one to many to Jobs
Customers is one to many to jobSite
JobSite is one to many to jobs
ok, here's where i'm pulling out my hair. In the Employees table i have the info to logon to the website (username, password) once in the site i need to have it so the person logged in can enter a job. How do i make it so what they fill out get's put into the correct table? this is confusing to me.. do i make one huge form? if so how does the info get into the correct tables? if someone could maybe help me set this up (at least so i can get rolling) i'd really appreciate it. i don't really have any forms created yet, i did but i'm starting over with this new database. thanks in advance.