문제

I am looking for a way to to hide the drop down arrows in fields on a form which refer to list boxes with drop down menus.

Attention, I am not looking to eliminating them, only hiding them until the user arrives on that field. And the has the opportunity to access the drop down menu.. Im not sure what features MS Access 2013 and VBA offer for this type of request, or if it is even possible but was wondering if there are any creative words of wisdom out there..

Thanks,

도움이 되었습니까?

해결책

You can place a rectangle to mask the arrow; when the GotFocus() event occurs for that control, you can make the rectangle invisible.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top