S
Sue
I've building a form with a subform. The subform is based on a query that
draws info from several tables. Each of these tables relates to the others
using foreign keys.
For ease of reading the fields in the query, I didn't use the numeric values
(foreign fields) but rather the main "point" of the table, in this case the
name of a protocol. The query works fine, but the problem lies in
constructing the form using the query as the record source.
The wizard creates a subform that contains the right entry, but if data
entry is required, the user has to free-text in the name of the protocol on
the subform - the wizard uses a text box rather than a combo box. When I
create a combo box, It "reads" correctly until I try to enter data into the
subform or move to the next record in the main form - then I get a message
which says "The value you entered isn't valid for this fiels. For example,
you may have entered text in a numeric field or a number that is larger than
the FieldSize setting permits.
I've tried doing a variety of things on the original subform. I've blown up
the subform and started over. I've recreated the query. I've double-checked
everything I can think of. I would be endlessly grateful if someone could
help me with this. It's driving me nuts.
draws info from several tables. Each of these tables relates to the others
using foreign keys.
For ease of reading the fields in the query, I didn't use the numeric values
(foreign fields) but rather the main "point" of the table, in this case the
name of a protocol. The query works fine, but the problem lies in
constructing the form using the query as the record source.
The wizard creates a subform that contains the right entry, but if data
entry is required, the user has to free-text in the name of the protocol on
the subform - the wizard uses a text box rather than a combo box. When I
create a combo box, It "reads" correctly until I try to enter data into the
subform or move to the next record in the main form - then I get a message
which says "The value you entered isn't valid for this fiels. For example,
you may have entered text in a numeric field or a number that is larger than
the FieldSize setting permits.
I've tried doing a variety of things on the original subform. I've blown up
the subform and started over. I've recreated the query. I've double-checked
everything I can think of. I would be endlessly grateful if someone could
help me with this. It's driving me nuts.