S
saschamps9903
Hello, I need some help with a spell check problem. On a form with multiple
memo/text boxes, I have 3 memo fields that will carry over to a report and
these boxes must be spell checked. When I set the focus to the memo field
and use the run command in VB Code, the entire form gets checked and not just
for one account number, but for all account numbers that are in the form
(table behind form). the code that I am using is as follows:
ME!txtcomment.setfocus
runcommand acCmdSpelling
Is there a way to set the code so that only the specific box will be checked
to a specific account?
memo/text boxes, I have 3 memo fields that will carry over to a report and
these boxes must be spell checked. When I set the focus to the memo field
and use the run command in VB Code, the entire form gets checked and not just
for one account number, but for all account numbers that are in the form
(table behind form). the code that I am using is as follows:
ME!txtcomment.setfocus
runcommand acCmdSpelling
Is there a way to set the code so that only the specific box will be checked
to a specific account?