Hi all,
I have a drop-down box (combo136) and I would like to so show a record when the user clicks a name in the list.
It sounds so simple but im struggling.
I would like to place the code in the sub in vba:
Private Sub Combo136_AfterUpdate()
the table I would like to get the data from is tbl_users.
so for example the user would choose say Martin Storey and then access would look in the table tbl_users and then accross to field daysworkedperweek and then place the number that is in there into a textbox on the form.
Any help would be very very gratefully received.
Thanks
Martin
I have a drop-down box (combo136) and I would like to so show a record when the user clicks a name in the list.
It sounds so simple but im struggling.
I would like to place the code in the sub in vba:
Private Sub Combo136_AfterUpdate()
the table I would like to get the data from is tbl_users.
so for example the user would choose say Martin Storey and then access would look in the table tbl_users and then accross to field daysworkedperweek and then place the number that is in there into a textbox on the form.
Any help would be very very gratefully received.
Thanks
Martin