Databases

  • Thread starter Thread starter Mitch
  • Start date Start date
M

Mitch

Is it possible to do the following: I have a fairly
normal database set up to track ordered spares, but when
a spare comes in and I complete the date received box I
then want that record to be sent to another database
called items received. How do I do this?
 
The reason we use relational databases is so that we don't have to maintain
multiple copies of the same information. I assume you have a justification
for doing it this way.

We would need more information on what you mean by "sent to another
database".
 
Back
Top