R
Reggie
This Access is tuff to learn.
Today I used the Wizard to make a Bound Combo box in a simple form. Although
the data source (a list of city names) appears in the Combo Box as expected,
I still get an error notice stating:
"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."
This problem has stumped me all day and into the night.
The City Names table only has two fields: City Name ID # (primary key with
autonumber) and City Names (text). The form has one field labeled City Name.
The Combo Box resides in the form I have prepared that primarily uses fields
from the Citizen Name table.
To establish the needed relationship I have included fields labeled City
Name ID # (numeric) and City Name (text) into the Citizen Name table. Both
fields named City Name use 20 character field sizes. City Name field from
the City Name table populates into City Name field of the form I have
prepared. I can not see that text is going into a numeric field or visa
versa. What am I missing?
CITIZEN NAME TABLE
Citizen Name Id # (autonumber & Primary Key)
Citizen Name (text)
field size 20
CITY NAME TABLE
City Name ID # (autonumber & primary key)
City Name (text)
filed size
CITIZEN NAME FORM
City Name (combo box)
Column Width is 0";1"
Today I used the Wizard to make a Bound Combo box in a simple form. Although
the data source (a list of city names) appears in the Combo Box as expected,
I still get an error notice stating:
"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."
This problem has stumped me all day and into the night.
The City Names table only has two fields: City Name ID # (primary key with
autonumber) and City Names (text). The form has one field labeled City Name.
The Combo Box resides in the form I have prepared that primarily uses fields
from the Citizen Name table.
To establish the needed relationship I have included fields labeled City
Name ID # (numeric) and City Name (text) into the Citizen Name table. Both
fields named City Name use 20 character field sizes. City Name field from
the City Name table populates into City Name field of the form I have
prepared. I can not see that text is going into a numeric field or visa
versa. What am I missing?
CITIZEN NAME TABLE
Citizen Name Id # (autonumber & Primary Key)
Citizen Name (text)
field size 20
CITY NAME TABLE
City Name ID # (autonumber & primary key)
City Name (text)
filed size
CITIZEN NAME FORM
City Name (combo box)
Column Width is 0";1"