G
Guest
I'm trying to set up a database to hold some scientific data. Ideally, all
the data would be on one table since only one field is unique to each record.
Unfortunately, I have upwards of 500 fields already and envision more than
2000 fields per record in the future. Since Access limits the number of
fields per table to 255, I've had to split my data into multiple related
tables with identical primary keys.
My question is: How do I go about propogating that unique value to all the
tables from one entry field in an input form?
the data would be on one table since only one field is unique to each record.
Unfortunately, I have upwards of 500 fields already and envision more than
2000 fields per record in the future. Since Access limits the number of
fields per table to 255, I've had to split my data into multiple related
tables with identical primary keys.
My question is: How do I go about propogating that unique value to all the
tables from one entry field in an input form?