I have to do this everyday each with different combination. So its cumbersome to manually refer each entry each time I want to key in the strings.
Let say I have this data
Data.A:
-John
-Chris
-Abdul
Data.B:
-eating
-dancing
-cooking
I want Data.A to appear in drop-down list and Data.B to appear in Label field besides it. I got no problem with drop down list, the problem is to link those forms.
I want when I click "John" from the drop-down list, "eating" would appear in the label form.
The actual data is much longer and I'm planning to do cascading entry menu for Data.A if this works.
Can anyone help me? or provide some sample VB code for it.
I have very basic knowledge with VB as I watched few VB videos