linked listboxes

  • Thread starter Thread starter tanner
  • Start date Start date
T

tanner

Hi,

I'm not very familiar with Access and I'm trying to develop an
application in Excel without having to resort to a database program.

I want to be able to have a userform where a user selects a supplier.
Based on that selection, a user then can select a product catagory.
Based on that choice they can choose a product and, finally, the
product choice would bring up a listbox or dropdown box with available
colors.

Am I doing this right? Should I be thinking of another way to get the
information without using listboxes? If I had part numbers, could I
then just call up everything from that?

Any help would be greatly appreciated. I just don't want to spend
hours trying to develop something that won't work.

Thanks,

Tanner
 
Vendor>Type Product>Product>Variety Detail makes sense to me. The only
concern I would have would be pyramiding effect as the type product and then
the specific products are developed. I suppose to reduce the number of list
boxes, you could use one UserForm with a ListBox for the Vendors, then on the
same UserForm, use labels to populate with the Vendor product types. Once
the user selects a label with the product type then a second UserForm with a
listbox for the
product variety of that type, with labes or a text box to give details for
each variety.
That way you would just be calling the data from your worksheets where all
the infor is stored as it is needed for the labels and text boxes rather than
trying to put everything in ListBoxes . Just a thought. I'm sure there are
other methods.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Userform Listbox selection change 2
Set Cell value form ListBox. 4
Access Cannot select items in listbox 1
refresh listbox 2
Listbox ? 1
Listbox questions 3
Refresh Listbox 2
inconsistent dir() behavior 1

Back
Top