P
papa jonah
I have a form that allows a user to use dropdowns to select items to
use in a query.
It works good. However, I want to add another field for them to select
from. However, if they choose field Group, the Division dropdown
clears and vice versa. As long as each dropdown is used by seperate
queries, it works fine. What I would like to do is use the same query
such that me.group is the criteria in one field and me.division is the
criteria in another field.
In the afterupdate events for each of the comboboxes, I have code to
set the other to null.
But then my query doesn't return anything.
What should I use in place of null so that the combobox with a
selection will be able to work?
I hope this all made sense.
TIA
use in a query.
It works good. However, I want to add another field for them to select
from. However, if they choose field Group, the Division dropdown
clears and vice versa. As long as each dropdown is used by seperate
queries, it works fine. What I would like to do is use the same query
such that me.group is the criteria in one field and me.division is the
criteria in another field.
In the afterupdate events for each of the comboboxes, I have code to
set the other to null.
But then my query doesn't return anything.
What should I use in place of null so that the combobox with a
selection will be able to work?
I hope this all made sense.
TIA