G
Guest
Background: my form is for simple data tracking. I have 4 bound combo boxes
and another table with fields such as Date, ChangeMadeBy, Requestor and
Comments. I added fields to this table for the combo boxes, the combo boxes
are bound to these fields, and the form is bound to this table. I use an
autonumber ID field in the look up tables for the combo boxes to set a one to
many relationship with each of them in a line. But I can't come up with a
way to get my data table, Otherfields to relate. I did have a One to One
relation ship set, pointing from OtherFields to my first combo box,
ChangeMadeTo. If I used just these 2 tables in a query, things seemed okay.
But if I add all my tables to the query, the main table becomes ChangeMadeTo
instead of OtherFields and the query pulls the first record over and over.
Any suggestions?
and another table with fields such as Date, ChangeMadeBy, Requestor and
Comments. I added fields to this table for the combo boxes, the combo boxes
are bound to these fields, and the form is bound to this table. I use an
autonumber ID field in the look up tables for the combo boxes to set a one to
many relationship with each of them in a line. But I can't come up with a
way to get my data table, Otherfields to relate. I did have a One to One
relation ship set, pointing from OtherFields to my first combo box,
ChangeMadeTo. If I used just these 2 tables in a query, things seemed okay.
But if I add all my tables to the query, the main table becomes ChangeMadeTo
instead of OtherFields and the query pulls the first record over and over.
Any suggestions?