H
HeislerKurt
My database has two tables which are linked in 1 to 1 relationship
because the number of fields exceed 255.
I should add that - believe it or not - the database is normalized.
This is a database for a medical study in which they are collecting
hundreds of data points (lab values, diagnoses, etc.) on each pt. at
one point in time.
I'm trying to create the data entry form (lots of tabs as you can
imagine) and attempting to make the record source a select query which
joins the two tables. But of course I get the "too many fields defined
error" when I run the query. I tried breaking up the query into
several smaller queries and joining them all together, but the error
persists.
Any ideas how I can populate the form? Maybe I should create two
subforms, each based on one of the tables?
Thanks.
Kurt
because the number of fields exceed 255.
I should add that - believe it or not - the database is normalized.
This is a database for a medical study in which they are collecting
hundreds of data points (lab values, diagnoses, etc.) on each pt. at
one point in time.
I'm trying to create the data entry form (lots of tabs as you can
imagine) and attempting to make the record source a select query which
joins the two tables. But of course I get the "too many fields defined
error" when I run the query. I tried breaking up the query into
several smaller queries and joining them all together, but the error
persists.
Any ideas how I can populate the form? Maybe I should create two
subforms, each based on one of the tables?
Thanks.
Kurt