Hi,
I currently have a form that uses combo boxes for user input. The combo boxes function as “autocomplete”. All works fine except for:
I have a command button to spell check the current form record. The spell check will not check any of the combo boxes.
Is there a way to force spell check to do the combo boxes?
Thank you
I currently have a form that uses combo boxes for user input. The combo boxes function as “autocomplete”. All works fine except for:
I have a command button to spell check the current form record. The spell check will not check any of the combo boxes.
Code:
Private Sub Command18864_Click() RunCommand acCmdSelectRecord RunCommand acCmdSpelling End Sub
Thank you
Comment