A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Multiple Combo boxes



 
 
Thread Tools Display Modes
  #1  
Old November 20th, 2008, 03:16 AM posted to microsoft.public.access.tablesdbdesign
Mani
external usenet poster
 
Posts: 54
Default Multiple Combo boxes

Is it possible to synchronize 4 combo boxes? If so, would I have to create
four tables and link them? Please help, I am in a big rut...Thanks!
  #2  
Old November 20th, 2008, 04:18 AM posted to microsoft.public.access.tablesdbdesign
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Multiple Combo boxes

Is your question how to get a series of combo boxes to display records
dependent on a prior selection? If so, this can be done in a from with combo
boxes. It can't and shouldn't be done in a report design.

--
Duane Hookom
Microsoft Access MVP


"Mani" wrote:

Is it possible to synchronize 4 combo boxes? If so, would I have to create
four tables and link them? Please help, I am in a big rut...Thanks!

  #3  
Old November 21st, 2008, 04:46 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Multiple Combo boxes

You've asked a "how" question.

My question is "what?" Why do you want to do this? What will having "4
synchronized comboboxes" allow you/your users to do?

I ask, not out of idle curiosity, but because there might be other "how's"
for the "what" you need to accomplish.

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Mani" wrote in message
news
Is it possible to synchronize 4 combo boxes? If so, would I have to create
four tables and link them? Please help, I am in a big rut...Thanks!



  #4  
Old November 21st, 2008, 08:57 PM posted to microsoft.public.access.tablesdbdesign
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Multiple Combo boxes

Please replace "shouldn't be done in a report design" with "shouldn't be done
in a table design" in my reply.

--
Duane Hookom
Microsoft Access MVP


"Duane Hookom" wrote:

Is your question how to get a series of combo boxes to display records
dependent on a prior selection? If so, this can be done in a from with combo
boxes. It can't and shouldn't be done in a report design.

--
Duane Hookom
Microsoft Access MVP


"Mani" wrote:

Is it possible to synchronize 4 combo boxes? If so, would I have to create
four tables and link them? Please help, I am in a big rut...Thanks!

  #5  
Old November 24th, 2008, 09:12 PM posted to microsoft.public.access.tablesdbdesign
Mani
external usenet poster
 
Posts: 54
Default Multiple Combo boxes

Ok... so I am really confused because I am trying to modify a database, so as
you know it's harder for me since I didn't develop the database and I have
work around with what i have. okay.. so this is the situation I want to
synchronize 4 combo boxes, but before I can do that, do I have to create four
tables to link them and make somehow connect?? sorry for my lack of access
terminology... I've already established 2 combo boxes already.. which
worked.. now i want to do the same thing to combo 3 and 4... so in essence, i
already have combo 2 which is filtered by 1, and now i want combo 3 to be
filtered by 2, and combo 4 be filtered by 3. I hope that makes sense...
please help.

"Duane Hookom" wrote:

Is your question how to get a series of combo boxes to display records
dependent on a prior selection? If so, this can be done in a from with combo
boxes. It can't and shouldn't be done in a report design.

--
Duane Hookom
Microsoft Access MVP


"Mani" wrote:

Is it possible to synchronize 4 combo boxes? If so, would I have to create
four tables and link them? Please help, I am in a big rut...Thanks!

  #6  
Old November 24th, 2008, 11:32 PM posted to microsoft.public.access.tablesdbdesign
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Multiple Combo boxes

I would take the method you used for the first combo boxes and apply it to
your other combo boxes.
--
Duane Hookom
Microsoft Access MVP


"Mani" wrote:

Ok... so I am really confused because I am trying to modify a database, so as
you know it's harder for me since I didn't develop the database and I have
work around with what i have. okay.. so this is the situation I want to
synchronize 4 combo boxes, but before I can do that, do I have to create four
tables to link them and make somehow connect?? sorry for my lack of access
terminology... I've already established 2 combo boxes already.. which
worked.. now i want to do the same thing to combo 3 and 4... so in essence, i
already have combo 2 which is filtered by 1, and now i want combo 3 to be
filtered by 2, and combo 4 be filtered by 3. I hope that makes sense...
please help.

"Duane Hookom" wrote:

Is your question how to get a series of combo boxes to display records
dependent on a prior selection? If so, this can be done in a from with combo
boxes. It can't and shouldn't be done in a report design.

--
Duane Hookom
Microsoft Access MVP


"Mani" wrote:

Is it possible to synchronize 4 combo boxes? If so, would I have to create
four tables and link them? Please help, I am in a big rut...Thanks!

  #7  
Old November 25th, 2008, 03:12 PM posted to microsoft.public.access.tablesdbdesign
Mani
external usenet poster
 
Posts: 54
Default Multiple Combo boxes

So are you saying i have to create two tables and link them so i could use
them to the combo boxes?? if that's the case how?? because combo 3 will be
filtered by combo 2.. and so on, so doesn't that mean i have to somehow
connect or link all the tables together????

"Duane Hookom" wrote:

I would take the method you used for the first combo boxes and apply it to
your other combo boxes.
--
Duane Hookom
Microsoft Access MVP


"Mani" wrote:

Ok... so I am really confused because I am trying to modify a database, so as
you know it's harder for me since I didn't develop the database and I have
work around with what i have. okay.. so this is the situation I want to
synchronize 4 combo boxes, but before I can do that, do I have to create four
tables to link them and make somehow connect?? sorry for my lack of access
terminology... I've already established 2 combo boxes already.. which
worked.. now i want to do the same thing to combo 3 and 4... so in essence, i
already have combo 2 which is filtered by 1, and now i want combo 3 to be
filtered by 2, and combo 4 be filtered by 3. I hope that makes sense...
please help.

"Duane Hookom" wrote:

Is your question how to get a series of combo boxes to display records
dependent on a prior selection? If so, this can be done in a from with combo
boxes. It can't and shouldn't be done in a report design.

--
Duane Hookom
Microsoft Access MVP


"Mani" wrote:

Is it possible to synchronize 4 combo boxes? If so, would I have to create
four tables and link them? Please help, I am in a big rut...Thanks!

  #8  
Old November 25th, 2008, 04:50 PM posted to microsoft.public.access.tablesdbdesign
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Multiple Combo boxes

Roger Carlson has a small sample database demo of cascading combo boxes at
http://www.rogersaccesslibrary.com/f...pics.asp?FID=1.

This should get you on the right track.

--
Duane Hookom
Microsoft Access MVP


"Mani" wrote:

So are you saying i have to create two tables and link them so i could use
them to the combo boxes?? if that's the case how?? because combo 3 will be
filtered by combo 2.. and so on, so doesn't that mean i have to somehow
connect or link all the tables together????

"Duane Hookom" wrote:

I would take the method you used for the first combo boxes and apply it to
your other combo boxes.
--
Duane Hookom
Microsoft Access MVP


"Mani" wrote:

Ok... so I am really confused because I am trying to modify a database, so as
you know it's harder for me since I didn't develop the database and I have
work around with what i have. okay.. so this is the situation I want to
synchronize 4 combo boxes, but before I can do that, do I have to create four
tables to link them and make somehow connect?? sorry for my lack of access
terminology... I've already established 2 combo boxes already.. which
worked.. now i want to do the same thing to combo 3 and 4... so in essence, i
already have combo 2 which is filtered by 1, and now i want combo 3 to be
filtered by 2, and combo 4 be filtered by 3. I hope that makes sense...
please help.

"Duane Hookom" wrote:

Is your question how to get a series of combo boxes to display records
dependent on a prior selection? If so, this can be done in a from with combo
boxes. It can't and shouldn't be done in a report design.

--
Duane Hookom
Microsoft Access MVP


"Mani" wrote:

Is it possible to synchronize 4 combo boxes? If so, would I have to create
four tables and link them? Please help, I am in a big rut...Thanks!

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.