C
Chaz OSIT
How to get combo box to show only one of each choice and not the entire
table, and also allow new entries?
table, and also allow new entries?
Chaz said:Thank you for your fast response. I do not yet have a grasp of the
Query and Source things. I had used Lotus Approach, in which when
you placed a combo box on a form it asked you simply if you wanted
only one of each entry to be shown for you to make your drop down
selection from. At the same time you could enter a new entry to the
form and that entry would be in the combo box list the next time you
used it. I have tried to think of a reason where anyone would want
everything in the table to be listed on the combo box drop down
including blank fields to make your choice from, I do not understand
why this is the default way access makes a combo box. I know you can
list specific things in a list box for you to choose from. I know
the combo box can have a list box type list that is added to with new
entries, but I do not know what any of these items are called.
Thanks Chaz / Our Shop in Toyland
Rick Brandt said:You can put a DISTINCT clause on the query you are using as the RowSource and it
will not affect the ability to update the RecordSource of the form.
Arvin Meyer said:Actually, it will not allow editing or updating. It is DISTINCTROW which
allows editing, but will not give distinct values, only distinct records.