Thank you again for your response. Let me explain the situation a little more.
The common system, Peoplesoft, prints orders for us. These orders print at
various intervals, seconds, minutes, etc. Sometimes they will print 20 to 30
orders at the same time. We currently enter these into our Access system
manually. The IT contact has set up a view in Oracle that we can connect to.
We can append these records to our database, which would eliminate our input
process. However, the contact said this is a live view and is updated by some
extraneous activities that we perform, like confirming that we have fulfilled
the order. When this happens, the order is removed from the view.
This can create problems because we need absolute control over the data.
That is the purpose of the program. We are trying to do a time study in a
very complicated system. If an employee takes an order before we assign it to
someone in our system, which they do periodically (that’s one issue we are
trying to resolve), and fulfill the order, we have no record of it.
So, what we need is for the IT person to create something that will update
in a “live†mode, and be done with it, giving us complete control over the
exported data. That is, create the object, a table, a view, or whatever, and
program the Oracle system to add any new records to that object. They don't
need to be involved after that.
Can it be done?