B
bobc721
Ok, I am not sure why this is not soaking in, but here's the deal
I have two tables, the first is job_list and has the following fields: job
number, job name, client name, project manager. This table to the end user is
a static table and is linked from another corporate database, which will have
more tables.
The second table is timesheet and has the following fields: job number, task
code, job name, client name, project manager, hours, work description. The
second table needs to be populated by the first when the employee, using a
combo box, or list box to select a correct job number, job name, or client
name.
Graham had given me some information regarding this scenario, but I still
don't get it... how does access know to move the information from the static
table (job_list) to the timesheet? Do I need to make the form go to a new
entry before doing this? Basically all that I am wanting this form to do is
get the user to select a current job (table is about 165 entries, including
admin time) and then the user will have to put in a task code, hours, and a
work description...
Please put your response in layman terms... I am relearning databases after
a very long layoff...
I have two tables, the first is job_list and has the following fields: job
number, job name, client name, project manager. This table to the end user is
a static table and is linked from another corporate database, which will have
more tables.
The second table is timesheet and has the following fields: job number, task
code, job name, client name, project manager, hours, work description. The
second table needs to be populated by the first when the employee, using a
combo box, or list box to select a correct job number, job name, or client
name.
Graham had given me some information regarding this scenario, but I still
don't get it... how does access know to move the information from the static
table (job_list) to the timesheet? Do I need to make the form go to a new
entry before doing this? Basically all that I am wanting this form to do is
get the user to select a current job (table is about 165 entries, including
admin time) and then the user will have to put in a task code, hours, and a
work description...
Please put your response in layman terms... I am relearning databases after
a very long layoff...