A
Anakin Moonwalker
Hi guys,
I have 2 questions. I have a list box called "my_list_box" that has only one
column (the contents are "apple", "ball", "cat", "dog").
1. If the user selects "ball", under what variable (not sure about the term)
is the word "ball" stored in? Is it "my_list_box.txt"?
2. I have four queries, namely apple_query, ball_query, cat_query and
dog_query.
What do I need to do so that when the user selects "cat", the query
"cat_query" will be run?
Please write the answer as simple as possible.
Thanks!
I have 2 questions. I have a list box called "my_list_box" that has only one
column (the contents are "apple", "ball", "cat", "dog").
1. If the user selects "ball", under what variable (not sure about the term)
is the word "ball" stored in? Is it "my_list_box.txt"?
2. I have four queries, namely apple_query, ball_query, cat_query and
dog_query.
What do I need to do so that when the user selects "cat", the query
"cat_query" will be run?
Please write the answer as simple as possible.
Thanks!