I'm not sure if I'm missing something but if you want me to simply press SHIFT+F2 or send those keys through a macro executed on click on Notes, then I already mentioned in my post that the zoom box isn't a good solution because:
upon opening the user can type in the text "thinking" that the...
Why do I want to do it..
Each record in my continuous form has a hight of one line. However, the last field which is "notes" in order to make any sens for display purposes should be at least couple of lines high. But very few records actually do have a value in notes so I don't want to adjust...
I have a continuous form on which I would like to hide a command button based on the value of a text field ("Notes") within the same record. I'm very new to VBA but so far was able to find the following partial solution:
I have the following happen OnLoad for the form:
Private Sub Form_Load()...
I have a continuous form that displays records in read only format. However, although I cannot edit them I can still click on the record field and see the typing cursor blinking (as if I could write something in the field). How can I get rid of that cursor all together so the records are listed...