B
Brahio
HI,
I recently posted a question, but would like to resend in a different light.
The responses were only about my data not being normalized, but I just need
some guidance regardless.
I have to use one-to-one joins as our users have four different form types
needing to go into Access. Each form has some similar info in the header
(where I created a single table) such as created by, Date, Form ID#. I
created at a minimum one table for each of the four forms because the data
will be approaching the 255 limit. Two of the forms, I had to add another
table as to again not approach 255. There are no entities to break up (like
customers to orders, to details, converting to 3N, etc which I have more
experience in)
So here is my question. On the header table there is a form ID (primary key
with autonumber) which is joined with a one-to-one to another table2 (has
about 230 fields – questionnaire types, etc). I created a third table
joining the same FormID.
I created a form from a query and entered a new record. When I look at the
header table, it created formID#99, fine. When I look at table 2, I can see
that the record is created with the FormID #99 as well. Fine. But on the
third one-to-one join, it never creates a record, even when I have some
information populated. I was hoping it would create a recordset with only
the FormID #99 filled in.
Thanks for any feedback
Brahio
I recently posted a question, but would like to resend in a different light.
The responses were only about my data not being normalized, but I just need
some guidance regardless.
I have to use one-to-one joins as our users have four different form types
needing to go into Access. Each form has some similar info in the header
(where I created a single table) such as created by, Date, Form ID#. I
created at a minimum one table for each of the four forms because the data
will be approaching the 255 limit. Two of the forms, I had to add another
table as to again not approach 255. There are no entities to break up (like
customers to orders, to details, converting to 3N, etc which I have more
experience in)
So here is my question. On the header table there is a form ID (primary key
with autonumber) which is joined with a one-to-one to another table2 (has
about 230 fields – questionnaire types, etc). I created a third table
joining the same FormID.
I created a form from a query and entered a new record. When I look at the
header table, it created formID#99, fine. When I look at table 2, I can see
that the record is created with the FormID #99 as well. Fine. But on the
third one-to-one join, it never creates a record, even when I have some
information populated. I was hoping it would create a recordset with only
the FormID #99 filled in.
Thanks for any feedback
Brahio