Out of curiosity, suppose a VBA control seems to be lacking a feature and so I decide to modify the control's behavior using a Windows API call.
Don't I need a handle on the control to do it? How do I get a handle on it?
Access forms have a handle property as I recall, but I'm talking about other controls such as textboxes, cbos, listboxes, etc.
Don't I need a handle on the control to do it? How do I get a handle on it?
Access forms have a handle property as I recall, but I'm talking about other controls such as textboxes, cbos, listboxes, etc.