J
Jerome
Hi,
I've got the following situation:
I've got a main database on the server with several tables where the
ordinary user only has reas-only rights. But he can link to them from a
local DB he creates so he can use the data from the main database to
display it.
The thing is he needs to locally add several more columns for each
record. How would we now do that? How would we link those two tables
together so that when there is a new record added in the linked table,
it will be shown in the local table as well so that the user can add the
additional (local) information for that record as well? It would also be
a one-to-one, not one-to-many, relationship.
Any help is greatly appreciated,
Jerome
I've got the following situation:
I've got a main database on the server with several tables where the
ordinary user only has reas-only rights. But he can link to them from a
local DB he creates so he can use the data from the main database to
display it.
The thing is he needs to locally add several more columns for each
record. How would we now do that? How would we link those two tables
together so that when there is a new record added in the linked table,
it will be shown in the local table as well so that the user can add the
additional (local) information for that record as well? It would also be
a one-to-one, not one-to-many, relationship.
Any help is greatly appreciated,
Jerome