G
Guest
I got this code from another question in here to do spell checking in a text
box.
Me.textbox.SelStart = 0
Me.textbox.SelLength = Len(Me.textbox.Text)
DoCmd.RunCommand acCmdSpelling
The error I am getting is after I select the correctly spelled word from the
checker. I get:
The macro or the function set to the BeforeUpdate or ValidationRule Property
is preventing Database from saving the data in this field.
The it goes on to say that the field may be locked or read-only.
I am at a loss since neither is the case. The text field is just a plain
text box. I don't use macro's and I don't have the field read-only sicne I
can go in and type whatever I want.
Thanks in advance for any help.
Richard
box.
Me.textbox.SelStart = 0
Me.textbox.SelLength = Len(Me.textbox.Text)
DoCmd.RunCommand acCmdSpelling
The error I am getting is after I select the correctly spelled word from the
checker. I get:
The macro or the function set to the BeforeUpdate or ValidationRule Property
is preventing Database from saving the data in this field.
The it goes on to say that the field may be locked or read-only.
I am at a loss since neither is the case. The text field is just a plain
text box. I don't use macro's and I don't have the field read-only sicne I
can go in and type whatever I want.
Thanks in advance for any help.
Richard