C
Claire
I am trying to create a database to keep track of employee timesheet
information. Their time may be applied to a job# (which always has a
description and a lead#), or to a lead# (which may or may not have a job#).
I have a table with the fields job# and lead#, and another which has job#
with its description (and multiple other fields). My goal is to have a form
where I can type all of an employees time for a week and have it recorded in
another table which can then be queried by job # or employee or the like.
So far the form is functioning as I wish, and is limiting job#s and lead#s
to those that are on the table.
My problem is as follows:
I would like to be able to enter the job# and have access pull up the job
description and applicable lead #
OR
I would like to enter the lead # and have access pull up the job# and
description if one exists
AND
it would be even better if I could type part of the description and have
access pull up the job# or lead#, but this is not necessary, just elegant.
Currently I have formed relationships so that I can put in the job# and it
will put in the description, or I can put in the lead# with a dummy job#
(which has a blank description).
Is access able to do what I wish or do I have to keep this patch?
Thank you so much!
information. Their time may be applied to a job# (which always has a
description and a lead#), or to a lead# (which may or may not have a job#).
I have a table with the fields job# and lead#, and another which has job#
with its description (and multiple other fields). My goal is to have a form
where I can type all of an employees time for a week and have it recorded in
another table which can then be queried by job # or employee or the like.
So far the form is functioning as I wish, and is limiting job#s and lead#s
to those that are on the table.
My problem is as follows:
I would like to be able to enter the job# and have access pull up the job
description and applicable lead #
OR
I would like to enter the lead # and have access pull up the job# and
description if one exists
AND
it would be even better if I could type part of the description and have
access pull up the job# or lead#, but this is not necessary, just elegant.
Currently I have formed relationships so that I can put in the job# and it
will put in the description, or I can put in the lead# with a dummy job#
(which has a blank description).
Is access able to do what I wish or do I have to keep this patch?
Thank you so much!