Hi
Apologies for starting another thread on the same subject but felt that anyone searching in the future would find this easier and maybe would help them as well.
Its a question that has been asked before, I have tried to understand the answers but have struggled as some answers are very brief like "use vba" which does not mean much at all to a beginner. Also, a lot of answers have been to specific databases with some very complex structures.
I would like to suggest an example using just 3 tables:
i) tblMain
ii) tblAnimal
iii) tblBreed
All selections made from the form need to be written back to tblMain.
I know this is simple but hopefully this will be of use in the future to us beginners.
tblMain fields:
IDmain
animal
breed
tblAnimal fields:
IDanimal
animalType(dog, cat)
tblBreed fields:
IDBreed
breedType(corgi, boxer, tabby, persian)
To produce the form I usually use the form wizard. What I now need is a simple form with the animal to be selected first, so lets say its dog, and then under breed a pull-down to appear with boxer and corgi in it.
This simple example would greatly help us mere beginners if someone could just show how its done.
I do apologise for starting this second thread but the question does appear time and time again but what is needed is a very simple example that people can easily follow.
Thanks.
Apologies for starting another thread on the same subject but felt that anyone searching in the future would find this easier and maybe would help them as well.
Its a question that has been asked before, I have tried to understand the answers but have struggled as some answers are very brief like "use vba" which does not mean much at all to a beginner. Also, a lot of answers have been to specific databases with some very complex structures.
I would like to suggest an example using just 3 tables:
i) tblMain
ii) tblAnimal
iii) tblBreed
All selections made from the form need to be written back to tblMain.
I know this is simple but hopefully this will be of use in the future to us beginners.
tblMain fields:
IDmain
animal
breed
tblAnimal fields:
IDanimal
animalType(dog, cat)
tblBreed fields:
IDBreed
breedType(corgi, boxer, tabby, persian)
To produce the form I usually use the form wizard. What I now need is a simple form with the animal to be selected first, so lets say its dog, and then under breed a pull-down to appear with boxer and corgi in it.
This simple example would greatly help us mere beginners if someone could just show how its done.
I do apologise for starting this second thread but the question does appear time and time again but what is needed is a very simple example that people can easily follow.
Thanks.