Thanks for your response, Dale. That gives me the current top and left
position of the control within the form -- closer but not quite what I need.
I have a continuous subform in which I need to overlay the current cursor
position with another subform (to fake a combo box in only those records that
would have a combo box based on value of another field). Is there a way to
determine how many records are being displayed above the current record in a
continuous form? If I know that, I could mathematically determine the
vertical positioning based on position of the subform. Horizontal position
would always be the same so that's not an issue.
Again, thanks for responding -
Michelle K.
My recommendation would be to use the MouseUp or MouseDown event of the
section that you are in.
[quoted text clipped - 15 lines]