There is a certain feature in access that allows you zoom in a field to have a clearer view.
For example, if the form is in datasheet view and the memo field only shows you the first few words of a memo, you can put the focus to the field and press Shift + F2 and the memo field would be zoomed in so you can see more from the field.
My question is this, can you do this via VBA? so the user does not need to press Shifht+F2 anymore. Let's say, if the user double clicks the field, then the Shift+F2 function will automatically be called.
For example, if the form is in datasheet view and the memo field only shows you the first few words of a memo, you can put the focus to the field and press Shift + F2 and the memo field would be zoomed in so you can see more from the field.
My question is this, can you do this via VBA? so the user does not need to press Shifht+F2 anymore. Let's say, if the user double clicks the field, then the Shift+F2 function will automatically be called.
Comment