Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default linked listboxes

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default linked listboxes

VendorType ProductProductVariety 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.
"tanner" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
listboxes Zaahir Excel Programming 1 January 16th 07 12:26 PM
Need help with Listboxes! Angelus[_2_] Excel Programming 4 January 24th 06 04:50 AM
listboxes [email protected] Excel Programming 3 February 22nd 05 04:01 PM
listboxes [email protected] Excel Programming 2 February 22nd 05 10:31 AM
Linked ListBoxes Phill Excel Programming 1 February 6th 04 04:54 PM


All times are GMT +1. The time now is 03:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"