K
Kyhigh
I have form in which I want to have a combo box. I wanted to avoid a query
and asked this question awhile back. Fred responded with a line of script
which looks like this when I put in my table and field names.
SELECT DISTINCT main.[priority] FROM main ORDER BY main.[priority]
I put this in the row source of the combo box. One of three choices should
appear in the drop down list: low, medium, and high. They do not appear, but
when I type the first letter of any of the three choices, the field fills
with that word.
What am I missing to make the drop down box appear with these choices?
and asked this question awhile back. Fred responded with a line of script
which looks like this when I put in my table and field names.
SELECT DISTINCT main.[priority] FROM main ORDER BY main.[priority]
I put this in the row source of the combo box. One of three choices should
appear in the drop down list: low, medium, and high. They do not appear, but
when I type the first letter of any of the three choices, the field fills
with that word.
What am I missing to make the drop down box appear with these choices?