James Tebb
New Member
- Joined
- Nov 12, 2009
- Messages
- 26
My Table [PRICE LIST] has the fields [CATEGORY] and [TYPE]
The entries in the table mean that multiple records fall into the same category.
eg Category - Type
Socks - Red
Socks - Blue
Socks - Green
Trousers - Long
Trousers - Short
In my form [ORDER FORM] I have a combo which is to be populated with the categorys. To do this I created a query to control what appears in the combo.
How do I tell it to ignore duplicates in the list
eg at the minute the drop down list reads socks,socks,socks trousers etc
Sure this is easy
The entries in the table mean that multiple records fall into the same category.
eg Category - Type
Socks - Red
Socks - Blue
Socks - Green
Trousers - Long
Trousers - Short
In my form [ORDER FORM] I have a combo which is to be populated with the categorys. To do this I created a query to control what appears in the combo.
How do I tell it to ignore duplicates in the list
eg at the minute the drop down list reads socks,socks,socks trousers etc
Sure this is easy