stoutfellow: (Murphy)
stoutfellow ([personal profile] stoutfellow) wrote2008-11-01 02:14 pm
Entry tags:

Trees in Access

Does anyone know how to implement a tree structure in Access?

As I mentioned, I want to organize my keywords into a tree, so that (e.g.) the keyword "Location" has children such as "Europe", "Asia", etc., and "Europe" in turn has children "Ireland", "Great Britain", and so on. It seems that the obvious way to do this is to have each Keyword record have a "Parent" field, containing the ID of the parent keyword.

So far, so good. I want to construct a form which will show a keyword and a list of its children, and which will allow me to add more children to that list. Thus far, I haven't been able to get the latter to work. Any ideas? ("Use a different database program" will be considered only as a last resort....)

[identity profile] subcreator.livejournal.com 2008-11-06 01:10 pm (UTC)(link)

Try this.

http://www.vb123.com/toolshed/00_accvb/treeview.htm

I didn't read all of it, but it sounds like what you want to do.
Thanks - Peter

[identity profile] stoutfellow.livejournal.com 2008-11-06 02:48 pm (UTC)(link)
It's in the ballpark, yes, but I figured out another way to get what I wanted. It's macro-based, so it's probably not quite as efficient as something implemented in VB, but it seems to work. Thanks anyway!