C
Chad
Hello, I have a continious form named frmSuperlog thats control source is a
query named qryDailySuperlog. In the forms "Form Header" I have a date picker
with a text box named txtSuperlogDate that holds the date and I have a combo
box named cboSupervisor that gives me a list of supervisors names. These two
boxes are used to filter the query. In the cboSupervisor(s) afterUpdate I
have it run the query. My question is every time I choose a new name from my
combo box it changes the data in the continious form which is what I wanted
but when I change the date I have to reselect a name in the combo box for all
the information to change on the form. How can I fix this to where if I
change the date it runs the query and if I change the name in the combo box
it runs the query?
Thanks!
query named qryDailySuperlog. In the forms "Form Header" I have a date picker
with a text box named txtSuperlogDate that holds the date and I have a combo
box named cboSupervisor that gives me a list of supervisors names. These two
boxes are used to filter the query. In the cboSupervisor(s) afterUpdate I
have it run the query. My question is every time I choose a new name from my
combo box it changes the data in the continious form which is what I wanted
but when I change the date I have to reselect a name in the combo box for all
the information to change on the form. How can I fix this to where if I
change the date it runs the query and if I change the name in the combo box
it runs the query?
Thanks!