G
Guest
I have a form with amongst other controls on it, two combo boxes (A) and (B)
that use as their RowSources two SELECT DISTINCT queries based on two
individual tables. The tables have 3 fields, an ID (auto), text and memo. The
combo box displays the text field. After selecting one of these fields the
accompanying memo field data is displayed in a separate textbox on my form.
These combo boxes are only made visible to the user when a particular open is
selected from another combo box(Z).
This has worked fine for me in the version of my app and the previous 5
versions. Today however, when I select one of the key options in combo box(Z)
and then click on the arrowhead of the particular combo box(A), I get the
error 3163, telling me I'm trying to enter or paste too much information. If
I choose the other key field in combo box(Z) and then click the arrowhead in
combo box(B), it gives me the correct set of drop downs and will populate the
textbox with the contents of the underlying tables memo field as intended.
The only thing I have done is Compile the code and Compact and Repair the
database to reduce it's size (53Mb > 5Mb) when compared to the original
version I copied it from earlier today. Has this caused the problem and if so
why has it only affected one combo box and secondly doesn't making an MDE
compact and repair as well? Previous versions have been made into MDEs.
I am at a complete loss to understand what has heppened and more importantly
how to reverse it.
Any help would most, most appreciated, thank you,
Ian.
that use as their RowSources two SELECT DISTINCT queries based on two
individual tables. The tables have 3 fields, an ID (auto), text and memo. The
combo box displays the text field. After selecting one of these fields the
accompanying memo field data is displayed in a separate textbox on my form.
These combo boxes are only made visible to the user when a particular open is
selected from another combo box(Z).
This has worked fine for me in the version of my app and the previous 5
versions. Today however, when I select one of the key options in combo box(Z)
and then click on the arrowhead of the particular combo box(A), I get the
error 3163, telling me I'm trying to enter or paste too much information. If
I choose the other key field in combo box(Z) and then click the arrowhead in
combo box(B), it gives me the correct set of drop downs and will populate the
textbox with the contents of the underlying tables memo field as intended.
The only thing I have done is Compile the code and Compact and Repair the
database to reduce it's size (53Mb > 5Mb) when compared to the original
version I copied it from earlier today. Has this caused the problem and if so
why has it only affected one combo box and secondly doesn't making an MDE
compact and repair as well? Previous versions have been made into MDEs.
I am at a complete loss to understand what has heppened and more importantly
how to reverse it.
Any help would most, most appreciated, thank you,
Ian.