R
Robbert
First of all: What i am doing is regarded as bad database design. I am
creating different tables with exactly the same structure, a normalized
situation with just one patients table would be preferred. However the data
in question is very privacy sensitive and needs to be fysically seperated
from the other data.
In this case there is a table with patients for every doctor. Now i need a
way to use one form with a different source table depending on the doctor
selected.
Can anyone help me do this?
creating different tables with exactly the same structure, a normalized
situation with just one patients table would be preferred. However the data
in question is very privacy sensitive and needs to be fysically seperated
from the other data.
In this case there is a table with patients for every doctor. Now i need a
way to use one form with a different source table depending on the doctor
selected.
Can anyone help me do this?