QueenOfKings
Registered User.
- Local time
- Today, 01:26
- Joined
- Oct 13, 2014
- Messages
- 11
Hello, I'm making a form for notes on a project.
The project has Grandparent, Parent and Child (3 levels) of entities. However, I want to be able to make notes on all three levels. So, for instance. Say it went like this:
Grandparent = life forms
Parent (mammals) = dogs, cats, etc.
Child = breeds
THen from my combo box I want to be able to choose like
Note 1: dogs
Note 2: cats
Note 3: Maine Coone
Note 4: rabbits
I know I can run a query combining all the entries for all the tables and then feed that into the combo box, but I want the entries on the notes to be connected to the child, parent and grandparent tables. Is that possible?
Otherwise, how would you do this? Would I have to have 3 separate combo boxes?
Thanks for any help!
The project has Grandparent, Parent and Child (3 levels) of entities. However, I want to be able to make notes on all three levels. So, for instance. Say it went like this:
Grandparent = life forms
Parent (mammals) = dogs, cats, etc.
Child = breeds
THen from my combo box I want to be able to choose like
Note 1: dogs
Note 2: cats
Note 3: Maine Coone
Note 4: rabbits
I know I can run a query combining all the entries for all the tables and then feed that into the combo box, but I want the entries on the notes to be connected to the child, parent and grandparent tables. Is that possible?
Otherwise, how would you do this? Would I have to have 3 separate combo boxes?
Thanks for any help!