Friends, I have a table with a field named Initials which has its
record source to another table named Initials.
I would like to add on a form named Welcome two controls:
A combo box, which displays the initials of all my database users and
a text box which calculated the number of records associated to the
selected user.
I would like to use the OnChange event of the combo to run the query
or the calculation code.
Is there a way I can do this?
Thanks.
record source to another table named Initials.
I would like to add on a form named Welcome two controls:
A combo box, which displays the initials of all my database users and
a text box which calculated the number of records associated to the
selected user.
I would like to use the OnChange event of the combo to run the query
or the calculation code.
Is there a way I can do this?
Thanks.
Comment