P
Paul
I've inherited a database that we're using to record stats. Basicly its got
customer details and a referance number and most importantly a few different
dates. Dates the work was recieved, date it was done, date it was sent to a
different department to be worked on, date it was recieved from them. The way
its set it seems to be ok. But when on those times it is sent to that
department the users have to go into another DB and enter basicly the same
stuff in a new record and when we get the work back they have to enter the
date in both DBs. Its redundent and I'm trying to find a way around it.
Other teams have to use the second DB and not ours, so thats the reason why
there has to be two DBs. Both tables have the same primary key, which is a
reference no.
I wanted there to be a why to update the fields on the first one and it
updates the other one. But that seems impossible.
Does anyone know a way around this, or a better way to structure it.
customer details and a referance number and most importantly a few different
dates. Dates the work was recieved, date it was done, date it was sent to a
different department to be worked on, date it was recieved from them. The way
its set it seems to be ok. But when on those times it is sent to that
department the users have to go into another DB and enter basicly the same
stuff in a new record and when we get the work back they have to enter the
date in both DBs. Its redundent and I'm trying to find a way around it.
Other teams have to use the second DB and not ours, so thats the reason why
there has to be two DBs. Both tables have the same primary key, which is a
reference no.
I wanted there to be a why to update the fields on the first one and it
updates the other one. But that seems impossible.
Does anyone know a way around this, or a better way to structure it.