List box error - value entered is invalid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The value you entered isn't valid for this field.
You may have entered text in a numeric field...

The table I am drawing the list from is a single list of alpha numeric ( 123
ad) values .

The form will accept the selection, after flashing the error and clicking
the OK button. I did not see an option for an alphanumeric choice in the
field format under properties.

Can anyone help with this oh so very simple ( I know it is) issue I am
having ?

Thank you very much

Joannie
 
Format is for display.
I bet you have the textbox bound to a field in a table and that field is a
number field.
 
Back
Top