I want to be able to find the position of the Cursor inside a Text Box control using Access VBA.
What I have in mind is to be able to insert standard text phrases into existing text inside a Text Box, buy first putting an insertion point into the text by clicking in the Text Box Control. I then intend to have a Combo Box preloaded with standard phrases that can then be inserted at the insertion point in the Test Box, simply by selecting them from the Combo Box.
It's pretty easy to add them at the start of the existing text, but how do I do it somewhere in the middle?