dbTalk Databases Forums  

Multiple categories

comp.databases.ms-access comp.databases.ms-access


Discuss Multiple categories in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Zurghew
 
Posts: n/a

Default Multiple categories - 11-30-2004 , 09:37 PM






Hi all,

Please help me here. I need to have a form which will allow me to select a
particular type of service through a combo box and based on that value
choose another subcategory and based on that subcategory choose another
subcategory and then according to the item selected store the rates in the
table transaction.

Graphically, (pls excuse if not clear)

combo1--choose-->CategoryA...based on catA choose from combo2------>
SubCategoryA---based on SubCategoryA choose from combo3---->
SubSubCategoryA......based on this combination of all the three multile
categories fill up the rates field .

I have no idea how to acheive this any tips will be of great help.
--
Thanks n Regards,
Z



Reply With Quote
  #2  
Old   
MGFoster
 
Posts: n/a

Default Re: Multiple categories - 11-30-2004 , 10:20 PM






-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tip:

Combo1_AfterUpdate event -> Combo2.Requery
Combo2_AfterUpdate event -> Combo3.Requery

Combo2.RowSource property:
SELECT * FROM table_name WHERE related_column = Form.Combo1

Combo3.RowSource property is similar; i.e., it uses Combo2's value in as
its filter criteria.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQa1GZ4echKqOuFEgEQLKDQCfXPv2i/s80L6PFPsw/wcd/o3ma0UAniDY
j+uEh2Fz7MNtndcBtCmv8o49
=sCI8
-----END PGP SIGNATURE-----


Zurghew wrote:
Quote:
Hi all,

Please help me here. I need to have a form which will allow me to select a
particular type of service through a combo box and based on that value
choose another subcategory and based on that subcategory choose another
subcategory and then according to the item selected store the rates in the
table transaction.

Graphically, (pls excuse if not clear)

combo1--choose-->CategoryA...based on catA choose from combo2------
SubCategoryA---based on SubCategoryA choose from combo3----
SubSubCategoryA......based on this combination of all the three multile
categories fill up the rates field .

I have no idea how to acheive this any tips will be of great help.

Reply With Quote
Reply




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 On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.