D
dreamsoul620 via AccessMonster.com
Hi,
I have several tables that my query is pulling from. Each night, the data in
these tables will be updated. These tables only contain 7 days at a time. I
have a query (EARLY_OUT_FINAL) set up that will append the data I need into
another table for permanent storage and use. I have set up a multiple index
in my table (EARLY_LEAVE_POINTS) to prevent duplicates. This works great.
My problem occurs when the data in the imported tables changes. For instance,
I could pull in data for a specific employee on the 23rd that states they
left early on the 21st. It may be proven that the timeclock malfunctioned
and the time will be reset on the 24th. So when I pull this data back in, I
want the record to delete or update (if the amount of time changes). When I
try to create an update query, it states the recordset is nonupdateable.
Can anyone give me any ideas on this?
Also, there are two fields in queries that place a certain value in the table
(they do not pull from any table or query). Could this be part of the
problem?
I have several tables that my query is pulling from. Each night, the data in
these tables will be updated. These tables only contain 7 days at a time. I
have a query (EARLY_OUT_FINAL) set up that will append the data I need into
another table for permanent storage and use. I have set up a multiple index
in my table (EARLY_LEAVE_POINTS) to prevent duplicates. This works great.
My problem occurs when the data in the imported tables changes. For instance,
I could pull in data for a specific employee on the 23rd that states they
left early on the 21st. It may be proven that the timeclock malfunctioned
and the time will be reset on the 24th. So when I pull this data back in, I
want the record to delete or update (if the amount of time changes). When I
try to create an update query, it states the recordset is nonupdateable.
Can anyone give me any ideas on this?
Also, there are two fields in queries that place a certain value in the table
(they do not pull from any table or query). Could this be part of the
problem?