M
Michael D
I have a combo field with Member Id numbers in a continuous subform. I want
to code in the 'MouseMoveOver' event the Member's name in the combo's
ControlTipText field. To do this I need to be able to uniquely identify the
'value' or MemberId number that is in each MemberId combo field. At present I
get the same MemberId number when I identify the value of the cboMemberId
field, even though the MemberId numbers are all unique. I'm only getting the
value of the first occurrance of the cboMemberId field.
Can anyone help with how to uniquely get the value of the cboMemberId field
when I use the MouseOver event?
Thanks... Michael
to code in the 'MouseMoveOver' event the Member's name in the combo's
ControlTipText field. To do this I need to be able to uniquely identify the
'value' or MemberId number that is in each MemberId combo field. At present I
get the same MemberId number when I identify the value of the cboMemberId
field, even though the MemberId numbers are all unique. I'm only getting the
value of the first occurrance of the cboMemberId field.
Can anyone help with how to uniquely get the value of the cboMemberId field
when I use the MouseOver event?
Thanks... Michael