|
-
Mar 2nd, 2002, 04:04 PM
#1
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).
-
Mar 2nd, 2002, 04:27 PM
#2
Junior Member
rs("test1").value = form1.test1.value
-
Mar 2nd, 2002, 04:31 PM
#3
Junior Member
rs("Text1").Value = form1.Text1.value
-
Mar 2nd, 2002, 04:33 PM
#4
Thanks, Pavly.
Can you show me an complete code?
-
Mar 3rd, 2002, 01:08 PM
#5
-
Mar 9th, 2002, 07:08 PM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|