Results 1 to 10 of 10

Thread: [RESOLVED] runtime error'3163 amount of data to large to add try inserting?

Threaded View

  1. #1

    Thread Starter
    Addicted Member Quizton's Avatar
    Join Date
    Dec 2005
    Location
    VB Forums
    Posts
    209

    Resolved [RESOLVED] runtime error'3163 amount of data to large to add try inserting?


    getting a runtime error
    say amount of data to large and tips to try inserting?
    I thought I was inserting here
    VB Code:
    1. rs.AddNew
    2. rs("RmdName") = txtRmdName.Text
    3. rs("RmdDetails") = txtRmdDetails.Text
    4. rs("RmdDate") = txtRmdDate.Text
    5. rs("RmdTime") = txtRmdTime.Text
    6. rs("RmdMandatory") = txtRmdMandatory.Text
    7. rs("RmdEscalation") = txtRmdEscalation.Text
    8. rs.Update

    what would be the proper way to insert in DAO then so I could enter a paragraph of text if I wanted to?
    thanks all
    Last edited by Quizton; Feb 1st, 2006 at 11:12 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width