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  

Recursive Table



 
 
Thread Tools Display Modes
  #1  
Old December 23rd, 2008, 11:10 PM posted to microsoft.public.access.tablesdbdesign
Mailmanny
external usenet poster
 
Posts: 7
Default Recursive Table

Please help with my recursive table design.

tblCategories
CategoryID
CategoryName
ParentCategoryID FK to Category ID

How do I Parse the table and bind it to some kind of control so a user can
select a top level category and then have it display the child categorys of
the selected one and continue doing this until a "leaf" or last level cat is
selected. then i need to store this "leaf" level in aonther table that
describes products.

  #2  
Old December 24th, 2008, 12:06 AM posted to microsoft.public.access.tablesdbdesign
Steve[_57_]
external usenet poster
 
Posts: 598
Default Recursive Table

Look ay my response!

Steve


"Mailmanny" wrote in message
...
Please help with my recursive table design.

tblCategories
CategoryID
CategoryName
ParentCategoryID FK to Category ID

How do I Parse the table and bind it to some kind of control so a user can
select a top level category and then have it display the child categorys
of
the selected one and continue doing this until a "leaf" or last level cat
is
selected. then i need to store this "leaf" level in aonther table that
describes products.



 




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 12:12 AM.


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