MS Access, spell check combobox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alnino
    New Member
    • Dec 2009
    • 12

    MS Access, spell check combobox

    I have set up a form to autocomplete fields via comboboxes. Unfortunately, my vb code to spell check the current record will not check the comboboxes.

    Is there a way to call the associated table and the current record, from this form, that will then spell check these fields that relate to the comboboxes?

    This is the code for my spell check button on the form:

    Private Sub Command18864_Cl ick()

    RunCommand acCmdSelectReco rd
    RunCommand acCmdSpelling

    End Sub


    Thank you!
Working...