How can I get pulldown menu to list a range 1-6 in a form?

D

Debbie

I am creating a form to enter survey responses to various questions which
have a range of 1 - 6 (agree, disagree, etc.). THe database and table were
created by my boss, and I am manipulating the information. What he showed me
isn't working and he's on travel. My reference books do not trouble shoot
well. Thanks for your help. I am only beginning to really use Access, so
don't get real technical -- yet!
 
M

mscertified

Create a new table called 'Responses', set up 2 columns one called ID and one
called Response. enter the data as 1-6 in the ID column and the text meaning
in the second column.
Then make your data source for the combo box this table. The combo box will
have 2 columns, the bound column will be the first column, set the widths of
the columns to 0 for the first (so it does not display) and 1" for the
second.
Hope you can understand this.

Dorian
 
Top