Results 1 to 3 of 3

Thread: Two tables in a form

  1. #1
    Join Date
    Jul 2005
    Posts
    1

    Two tables in a form

    Having a form with 255 fields connected with Table A. Now I wanted to add more fields into the same form from Table B. How should I go about doing this without using subform?
    (Not using subform because I want to have only one set of Tab Index)

  2. #2
    Join Date
    Jan 2003
    Location
    UK
    Posts
    55
    You must relate the table and use a quey as your data source

  3. #3
    Join Date
    Jul 2005
    Posts
    2
    I probadly would have broken the table into more of a one to many type etc. Use drop down list having all the tables fields. Then us ADO in back ground to update your fields. That way your form, for me anyway would not be so clutter. Pick what field you want updated. Allow the code in back ground to do all your work. Slow on data entry but, another way.

    doug

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •