Is it Possible?

movaheditabrt

New member
Local time
Today, 05:02
Joined
Oct 6, 2011
Messages
7
Hi there!
I have a combobox in a form that connected to price table.
There are 20 products in that table, but in this form, I need just 5 products to be shown and selected among them. for example, I want the combobox to show just product01, product04, product11, product17.
The question is : Is it possible and how?
Thank you in advance !! :rolleyes:
 
What criteria are used to only select those products?

You can use a query as the record source for a combo box, but it makes sense to set it up so that if you add other products that need to show up they also meet the same criteria.

Show us you all the Product table fields and we can make some more enlightened suggestions?
 

Users who are viewing this thread

Back
Top Bottom