
Have you noticed when you navigate between control fields in your MS Access database forms that it automatically selects the entire content (if not empty) instead of placing the cursor to the end of the last character? Using some simple Access VBA code, you can now control the placement for the cursor to mimic and automate placing the insertion point to the last character position ready for further editing. MS Access Database Forms: Using The SelStart And SelLength Properties The […]
Tags: access sellength property, access selstart property, how to use access vba code, ms access database forms, MS Access form, on enter event for access forms