Results 1 to 2 of 2

Thread: DAO problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    10
    I'm using the DAO with a small Access 2000 database. The data for a selected field is displayed in a text box. I need the text box to display data from another table in the same database when selected (by an option button). At run time, the code under the option button: Data1.RecordSource = "table2" runs ok, but the code: txtLine1.DataField = "field2" causes the error: Unable to bind to to field or data member.

    How is this done? - Bob

  2. #2
    Guest
    add another data control (data2)
    and use the second table for the recordsource


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