Hi,
I'm updating a database I created a while back.
One of the fields is called "Item" and is a drop down combo box.
I wanted it to drop down a menu of all previously entered data in that field to save having to type out something that would be used quite often.
I made the "Row Source Type" a "Table/Query" and entered "SELECT Sales.Item FROM Sales;" into the "Row Source" box.
This does indeed bring up a list of all previously entered values for that field, however anything that has been entered more than once also shows up more than once in the list.
What I'd like it to do is bring up a list and cut out all the repeated data. Check out this example:-
5 records. In three records "Item" contains "DVD player" and in the other two records "Item" contains "TV". I want the list to display:-
"DVD Player"
"TV"
INSTEAD OF
"DVD Player"
"DVD Player"
"DVD Player"
"TV"
"TV"
Any help appreciated
Chris
I'm updating a database I created a while back.
One of the fields is called "Item" and is a drop down combo box.
I wanted it to drop down a menu of all previously entered data in that field to save having to type out something that would be used quite often.
I made the "Row Source Type" a "Table/Query" and entered "SELECT Sales.Item FROM Sales;" into the "Row Source" box.
This does indeed bring up a list of all previously entered values for that field, however anything that has been entered more than once also shows up more than once in the list.
What I'd like it to do is bring up a list and cut out all the repeated data. Check out this example:-
5 records. In three records "Item" contains "DVD player" and in the other two records "Item" contains "TV". I want the list to display:-
"DVD Player"
"TV"
INSTEAD OF
"DVD Player"
"DVD Player"
"DVD Player"
"TV"
"TV"
Any help appreciated
Chris