Results 1 to 3 of 3

Thread: Pulling user entered values ,can anybody help me.....

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Bombay
    Posts
    8

    Question

    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

  2. #2
    Addicted Member P.S.W.'s Avatar
    Join Date
    Aug 2000
    Posts
    146
    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Bombay
    Posts
    8

    Question

    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
  •  



Click Here to Expand Forum to Full Width