luismagally
IS-IT--Management
I've got a timesheet table which records projects, hours and dates from employees working in any given project. When I select the project name, I want all related fields (customer name and project id) to fill automatically. This are my tables:
timesheet projects clients
id |------project_id client_id
projectid--||-----project |-------client
project-----| |---client-----| client_town
client---------|
discipline
date.......(til the end)
It's one client, many projects, exclusive project id which fill the timesheet table and project table. If I put the timesheet table into a form alone, with nothing but the table, how do I fill the project id and the client fields by only choosing the project name?
I think i must be doing something really wrong here...
Thanks
timesheet projects clients
id |------project_id client_id
projectid--||-----project |-------client
project-----| |---client-----| client_town
client---------|
discipline
date.......(til the end)
It's one client, many projects, exclusive project id which fill the timesheet table and project table. If I put the timesheet table into a form alone, with nothing but the table, how do I fill the project id and the client fields by only choosing the project name?
I think i must be doing something really wrong here...
Thanks