Results 1 to 2 of 2

Thread: Easy question but...

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    34

    Red face

    I have an easy question but im unable to find an answer so... I am using DAO data controls to link to my database. I was wondering how i can change data in one of the fields without using a data bound text box. I want to be able to take a value from one text box and put that value into a field in my database.

    Any help would be greatly appreciated, thanks,
    Wick

  2. #2
    New Member
    Join Date
    Jul 2000
    Posts
    2

    Wink

    Try:

    rs.Fields(x).value = txtField(x).text

    if you are connected to the dataSource.


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