Search results

  1. M

    Spell Check, MS 2016, Windows 10

    True, but it will mess up a entry. Just last week one of my customers had an issue with their database in the last name field. When they entered the persons last name it changed it. Turning off the auto correct fixed the issue. As for spelling, I just use the build in spell check as where I...
  2. M

    Spell Check, MS 2016, Windows 10

    Select the field that is auto correcting the entry and in the field properties under the Other tab; change Allow Auto Correct to No. For Database level (didn't work for me), select options; current database and turn off the Auto Correct features.
  3. M

    Spell Check, MS 2016, Windows 10

    Have you checked the spell check at the control level, you can also disable it at the database level.
  4. M

    Passing a variable to a query

    you can reference a temp variable within a query
  5. M

    Create Shortcut with own icon

    Try this: Public Sub CreateDesktopShortcut(strShortcutTitle As String, _ Optional strTargetPath As String = "") On Error Resume Next Dim oShell As IWshShell_Class Dim oShortcut As IWshShortcut_Class Dim vItem As Variant Dim...
Top Bottom