I would use two fields, one for category and the other for product. I sent an example to someone else that might help you. See http://www.experts-exchang
Main Topics
Browse All TopicsI have four tables: Products, Rooms, Quote and Line Items.
The products have a field called Category (TV, Amplifier, Speaker, DVD Player).
On the quote, I would like to have a portal of line items which I can select products. As there are around 2,000 products in the product having all of these in the drop down is not practical. So, instead what I would like to do is have a drop down called Category. This would list all the categories in the products table. Once a category is selected, the next field would then contain all the products within that category.
e.g if I select the Category DVD Player, then the Product Name field would then have a drop down list containing: SOny ABC123, Onkyo 456, Denon 789 etc.
A second problem:
The Rooms Database contains all the rooms for the current quote (Kitchen, Study, Bedroom). I also want a drop down list of rooms in the line items, so I can select which room this applies to. However, I only want the list to contain the Rooms associated with this project.
The rooms database has a QUote_ID field, so it is easy to determine which rooms are related to this qiote. How do I make only a related selection?
How do I can I achieve all of this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I would use two fields, one for category and the other for product. I sent an example to someone else that might help you. See http://www.experts-exchang
I had seen this already. I am using two fields. Whilst it works fine on the Products Layout, if I put this into a portal within another page does not. I have found if you go off the main record and back again, it does indeed work. For some reason the page needs refreshing to get the drop down list to update to the new list. I suppose I will just put a button in to refresh. It's just a bit messy.
Any other suggestions are most welcome.
I'd like to see the file, easier... the problem of dropdowns and menu list is that when you release the choice, the record is not committed as tabbing out of a normal field would do. if you use version 10, you can use a "commit" when field value is changed.
but I still prefer to see your pb as I am not 100% sure I got it.
Business Accounts
Answer for Membership
by: KensingtonPosted on 2009-08-11 at 07:40:47ID: 25069613
I have made some progress with this. If I go to the Products Layout (for individual product records) I can select a category and then select a product from within that Category. This is exactly as I wanted. The only problem is it does not work from within a Portal. If I change the category, the Product Names do not change, unless I go to a different quote and then back again. It seems to have a refresh issue with the drop down menus.