|
-
Sep 6th, 2000, 06:24 AM
#1
Thread Starter
New Member
Hi,
I want to pull the values from a form which has a text box ,option button and check boxes and store these values in the database.How do i go about it.
kanchan
-
Sep 6th, 2000, 08:45 AM
#2
Addicted Member
I usually do something like this:
dbRecordset![FieldName] = Text1.Text
Another way is to connect the .DataSource & .DataField of the controls to your DB; then do a .AddNew before user enters info, and a .Update to save the values to the DB.
-
Sep 7th, 2000, 02:03 AM
#3
Thread Starter
New Member
Hi,
Thats fine but how do i pull values of check box and option button when i want to store the caption of the check box or option button
kanchan
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
|