Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

updating table with memo field

Status
Not open for further replies.

ultimatewilliam

Programmer
Oct 16, 2002
57
SG
cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=TestDB.mdb;Persist Security Info=False"

Set rs = cn.Execute("Update WTable set WRemarks = " & txtWRemarks.text", , adCmdText)

WRemarks is a memo field. txtWRemarks multiline property set to True. This will return an error if the user would enter lots of text on the textbox txtWRemarks.
is there any other way for this? thanks.
 

See thread709-391834 for getchunck and appendchunck.

Good Luck

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top