i have a combo box on a main form.
The name is cboFormulaStatus and control source is FormulaStatus.
the control source is a Text field with 20 possible characters.
The Row Source seems simple with:
SELECT [tblFormulaStatus].[FormulaStatus] FROM tblFormulaStatus ORDER BY [tblFormulaStatus].[FormulaStatus];
I only have 3 possible answers in this field. for this purpose, pretend the answers are black, blue and red. my real answers are less than 12 char.
when i am in the form, i pick one answer. i get an error message:
"the field is too small to accept the amount of data you attempted to add. try inserting or pasting less data."
what am i doing wrong? Thanks
penwood
The name is cboFormulaStatus and control source is FormulaStatus.
the control source is a Text field with 20 possible characters.
The Row Source seems simple with:
SELECT [tblFormulaStatus].[FormulaStatus] FROM tblFormulaStatus ORDER BY [tblFormulaStatus].[FormulaStatus];
I only have 3 possible answers in this field. for this purpose, pretend the answers are black, blue and red. my real answers are less than 12 char.
when i am in the form, i pick one answer. i get an error message:
"the field is too small to accept the amount of data you attempted to add. try inserting or pasting less data."
what am i doing wrong? Thanks
penwood