D
Don
I am trying to write my own command button that will spell
check data in my form (more specifically, a memo field).
Seems simple enough... I've used the code
DoCmd.RunCommand acCmdSpelling
The problem here is that it spell checks EVERY record,
even if I have selected text in my form. If I customize
and create my own toolbar, Access' "built-in" spell check
button works perfectly if I select specific text.
I would rather use a command button on my form than a
customized toobar. Is there anyway to modify the line of
code above to only spell check text I have selected,
rather than the entire form?
Thanks in advance,
Don
check data in my form (more specifically, a memo field).
Seems simple enough... I've used the code
DoCmd.RunCommand acCmdSpelling
The problem here is that it spell checks EVERY record,
even if I have selected text in my form. If I customize
and create my own toolbar, Access' "built-in" spell check
button works perfectly if I select specific text.
I would rather use a command button on my form than a
customized toobar. Is there anyway to modify the line of
code above to only spell check text I have selected,
rather than the entire form?
Thanks in advance,
Don