C
Claire
Hello all,
I have two tables I need to manipulate. The first (ClosedJobs) contains
information about a job when it closes. The second (ReopenedJobs)should have
the information about a job if it needs to be opened again. I would like to
use a form to enter the job # that is reopening, the date it is reopening,
and the reason for the reopening. This information should go into the
ReopenedJobs table (that part I can do no problem) along with the data in the
ClosedJobs table (this is where I'm getting a bit stuck). Then, the record
for that job should be removed from the ClosedJobs table, seeing that it is
no longer closed (I have ideas here, but have never programmed a record
deletion before). I can think of a way to update the ReopenedJobs table
where I put in a text box for each field that will be added to the
ReopenedJobs table, but I'm hoping that there's another way to do it, perhaps
with an append function somewhere?
Note: The ClosedJobs table is a dimensional table. Once a job is closed it
can not be changed, and so information is static. Except of course if we
need to change the job, in which case it needs to be removed from the
ClosedJobs table to be looked at along with the normalized updated tables.
Thanks for any suggestions you may have, and please post if any
clarifications would be helpful.
Thanks,
Claire
I have two tables I need to manipulate. The first (ClosedJobs) contains
information about a job when it closes. The second (ReopenedJobs)should have
the information about a job if it needs to be opened again. I would like to
use a form to enter the job # that is reopening, the date it is reopening,
and the reason for the reopening. This information should go into the
ReopenedJobs table (that part I can do no problem) along with the data in the
ClosedJobs table (this is where I'm getting a bit stuck). Then, the record
for that job should be removed from the ClosedJobs table, seeing that it is
no longer closed (I have ideas here, but have never programmed a record
deletion before). I can think of a way to update the ReopenedJobs table
where I put in a text box for each field that will be added to the
ReopenedJobs table, but I'm hoping that there's another way to do it, perhaps
with an append function somewhere?
Note: The ClosedJobs table is a dimensional table. Once a job is closed it
can not be changed, and so information is static. Except of course if we
need to change the job, in which case it needs to be removed from the
ClosedJobs table to be looked at along with the normalized updated tables.
Thanks for any suggestions you may have, and please post if any
clarifications would be helpful.
Thanks,
Claire