J
joemeshuggah
im an access newbie and im amazed at how complicated creating a database can
be!
is there a way to prevent updates to previously entered values? for example
i have a table that lists departments and their associated regions, and
another table (linked to the former) that lists a requestor's name and the
department they belong to. this table is linked to a main table that houses
all info pertaining to a specific request.
my problem is that if i update the department that a requestor belongs to,
the main table erases the requestor name, and i am faced with having to
select another requestor from the original requestor's original department.
what i am aiming for is to be able to leave the original entries the
same...for example
yesterday joe smith worked in the IT department and submitted a request.
today joe smith was promoted and now works in human resources.
i go to the requestor table and update the department associated with joe
smith from IT to human resources.
the request entered yesterday now shows IT as the requesting department, but
joe smith's name is missing (since he no longer belongs to IT and the IT
table drives the options available for the requestor field).
how do ensure that all of joe smith's requests prior to today list him as
part of IT, and all of joe smith's requests today forward list him as part of
human resources?
be!
is there a way to prevent updates to previously entered values? for example
i have a table that lists departments and their associated regions, and
another table (linked to the former) that lists a requestor's name and the
department they belong to. this table is linked to a main table that houses
all info pertaining to a specific request.
my problem is that if i update the department that a requestor belongs to,
the main table erases the requestor name, and i am faced with having to
select another requestor from the original requestor's original department.
what i am aiming for is to be able to leave the original entries the
same...for example
yesterday joe smith worked in the IT department and submitted a request.
today joe smith was promoted and now works in human resources.
i go to the requestor table and update the department associated with joe
smith from IT to human resources.
the request entered yesterday now shows IT as the requesting department, but
joe smith's name is missing (since he no longer belongs to IT and the IT
table drives the options available for the requestor field).
how do ensure that all of joe smith's requests prior to today list him as
part of IT, and all of joe smith's requests today forward list him as part of
human resources?