Results 1 to 6 of 6

Thread: Save tha value from a textbox into a table?

  1. #1
    Pirre001
    Guest

    Question Save tha value from a textbox into a table?

    Wich is the best way to save the value the user writes into some textboxes, into a table?
    Exempel: I have 2 texboxes (Text1 and Text2) and my tablename is Test and the fieldname are the same as the textboxes (Text1-Text2).

  2. #2
    Junior Member
    Join Date
    Feb 2002
    Posts
    17
    rs("test1").value = form1.test1.value

  3. #3
    Junior Member
    Join Date
    Feb 2002
    Posts
    17
    rs("Text1").Value = form1.Text1.value

  4. #4
    Pirre001
    Guest
    Thanks, Pavly.

    Can you show me an complete code?

  5. #5
    Pirre001
    Guest
    Help me someone...

  6. #6
    Pirre001
    Guest
    Yepp, It's solved my problem. Thanks!

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