P
Patti
I have a combo box that provides a list of choices depending on the selection
of the previous combo box. The query is:
SELECT [tblStrategic Plan].[Action Plan ID] FROM [tblStrategic Plan] WHERE
((([tblStrategic Plan].[Strategic Objective])=[Forms]![Action
Plan]![cmbObjective]));
Works great except for two items, which happen to be the longest items --
137 and 197 characters. If those items are selected for cmbObjective, an
error box pops up:
The Microsoft database engine does not recognize "Forms" as a valid field
name or expression
Any idea why this is happening? Is there a character limit for the combo
box? The fields are both text fields in the table.
Thanks,
Patti
of the previous combo box. The query is:
SELECT [tblStrategic Plan].[Action Plan ID] FROM [tblStrategic Plan] WHERE
((([tblStrategic Plan].[Strategic Objective])=[Forms]![Action
Plan]![cmbObjective]));
Works great except for two items, which happen to be the longest items --
137 and 197 characters. If those items are selected for cmbObjective, an
error box pops up:
The Microsoft database engine does not recognize "Forms" as a valid field
name or expression
Any idea why this is happening? Is there a character limit for the combo
box? The fields are both text fields in the table.
Thanks,
Patti