Hello to all
When creating a new record and getting to the "txtdescription" textbox field the code below is triggered after update..but then after it checks it wants to check the same field for every record...this will take too long. I want to do just the new record or a record I select and that's it.
Thanks
JZ
Testkitt2
When creating a new record and getting to the "txtdescription" textbox field the code below is triggered after update..but then after it checks it wants to check the same field for every record...this will take too long. I want to do just the new record or a record I select and that's it.
Code:
DoCmd.RunCommand acCmdSpelling
JZ
Testkitt2