LevelThought
MIS
Assistance needed to solve problem.
Every day I perform an update query and then two append queries from an Oracle 8.1.7 database to a local Access table.
Is it possible to store the number of records updated and appended to a local Access table (Titled "Update_Append Log") on a daily basis similar to something like this?:
Date--------UpdateQuery---AppendQuery1----AppendQuery2
Jan 1,2006--80------------20--------------10
Jan 2,2006--95------------30--------------20
Note, a field titled "DateModified" is populated when the update query modifies any of the records within the local Access table and a field titled "DateInserted" is modified when a new record is appended to the local Access table. Consequently, I was trying to incorporate VBA to count the number of records that have a value in the fields titled "DateModified" and "DateInserted."
Any additional insight would be greatly appreciated.
Every day I perform an update query and then two append queries from an Oracle 8.1.7 database to a local Access table.
Is it possible to store the number of records updated and appended to a local Access table (Titled "Update_Append Log") on a daily basis similar to something like this?:
Date--------UpdateQuery---AppendQuery1----AppendQuery2
Jan 1,2006--80------------20--------------10
Jan 2,2006--95------------30--------------20
Note, a field titled "DateModified" is populated when the update query modifies any of the records within the local Access table and a field titled "DateInserted" is modified when a new record is appended to the local Access table. Consequently, I was trying to incorporate VBA to count the number of records that have a value in the fields titled "DateModified" and "DateInserted."
Any additional insight would be greatly appreciated.