Scott,
Thanks for your advice,
This is how it is laid out
Table one:Results, identified by patient ID, there will only be one set of results for each patient there are 150 fields in this field
Table two: medical history, identified by patients Id, there will only be one set of values for each patient ID about 50 fields for this table
Table three: serologies, identified by patient ID, there will only be one set of results for their serologies about 50 fields for this table
Table four: donor, identified by patient ID, only one set of info for their donor about 70 fields
Table five: transplant history identified by patient ID, only one set of results will ever go here and there are about 100 fields in this.
and so on...
As you can see there will never be a second set of results for any patient and due to the massive size of this database we cannot physically put it all in one table access simply does not allow us to do this.
This is why we have split each section into separate tables and tried to relate them through the patient ID.
There are NO duplicate fields in any of the tables, but if we type in the patient ID into the master table we want that ID to show in all the other tables without having to go and type it in separately to each one,
Thanks guy's I will try Scott's suggestion and let you know how I get on
S