N
nortonm via AccessMonster.com
Hi. I have a command button that creates a folder in a subfolder: MkDir
"e:\Databases\Nature\Pictures\" & txtEnglishName.
However, there will be 6 further folders within the pictures folder (bird,
flower, mammal, butterfly, reptile, moth). My form (frmImages) has 3 fields
and cmd button. 1st (cboType)chooses type (bird, flower, mammal etc), 2nd
(cboSpecies) chooses species (which displays the type of species depending on
cboType eg Sparrow, Foxglove, Stoat) and 3rd (txtEnglishName - see above code)
displays the chosen species, and the button creates a folder from that value.
I want the code to put the new subfolder in an exisiting subfolder depending
on the value in cboType, the values of which are the same name as the
existing subfolders (Bird, Mammal etc)
I hope this makes sense - I can't quite figure out how to express this in a
command/code. Thanks in advance for any thoughts on your part.
"e:\Databases\Nature\Pictures\" & txtEnglishName.
However, there will be 6 further folders within the pictures folder (bird,
flower, mammal, butterfly, reptile, moth). My form (frmImages) has 3 fields
and cmd button. 1st (cboType)chooses type (bird, flower, mammal etc), 2nd
(cboSpecies) chooses species (which displays the type of species depending on
cboType eg Sparrow, Foxglove, Stoat) and 3rd (txtEnglishName - see above code)
displays the chosen species, and the button creates a folder from that value.
I want the code to put the new subfolder in an exisiting subfolder depending
on the value in cboType, the values of which are the same name as the
existing subfolders (Bird, Mammal etc)
I hope this makes sense - I can't quite figure out how to express this in a
command/code. Thanks in advance for any thoughts on your part.