Click to See Complete Forum and Search --> : Pulling user entered values ,can anybody help me.....
kanchan
Sep 6th, 2000, 06:24 AM
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
P.S.W.
Sep 6th, 2000, 08:45 AM
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.
kanchan
Sep 7th, 2000, 02:03 AM
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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.