Hello
I'm trying to setup a textbox to allow multiple lines. I tried setting it to multiple lines in the properties and I tried with verticle scroll bars and without. But when I write mutiple lines in the textbox then try to save it it gives the error "Multiple step operation generated errors. Check each status value" on this line...
Kind of bizarre didn't think it would be difficult to do this. Any ideas??Code:Private Sub cmdUpdate_Click() Dim I as Integer With recset If Not .EOF Then .Fields("Comment") = Me.txtComment.Text 'error here .Update End If End With End Sub
Steve


Reply With Quote


Bookmarks