S
shank
I placed a drop-down list box on a form using the wizard. When I go to form
view showing existing records, then click on the drop-down, I get the below
error. When I click the OK button on the error, the drop-down drops and
works as it should. When I navigate to an empty record the drop-down works
without error. I tried setting the default value to the drop-down to
whatever's in the [AcctName] field. No luck. Both fields are text set at 50
characters. What is causing this?
Error: The value you entered isn't valid for this field. For example, you
may have entered text in a numeric field or a number that is larger than the
FieldSize setting permits.
Query to populate drop-down: SELECT CompanyNames.ID, CompanyNames.AcctName
FROM CompanyNames;
view showing existing records, then click on the drop-down, I get the below
error. When I click the OK button on the error, the drop-down drops and
works as it should. When I navigate to an empty record the drop-down works
without error. I tried setting the default value to the drop-down to
whatever's in the [AcctName] field. No luck. Both fields are text set at 50
characters. What is causing this?
Error: The value you entered isn't valid for this field. For example, you
may have entered text in a numeric field or a number that is larger than the
FieldSize setting permits.
Query to populate drop-down: SELECT CompanyNames.ID, CompanyNames.AcctName
FROM CompanyNames;