Results 1 to 5 of 5
  1. #1
    Access_Novice is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Sep 2013
    Posts
    265

    Can a form be bound to more than one table?

    Also, is it possible to have a form to collect user input, then add that input to a table?

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    Yes and yes.

    You can bind a form's recordsource to a query. You can have subfomrms within main forms.

    Forms are good for displaying data. Forms are really good for collecting user input and updating recordsets.

  3. #3
    Access_Novice is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Sep 2013
    Posts
    265
    Quote Originally Posted by ItsMe View Post
    Yes and yes.

    You can bind a form's recordsource to a query. You can have subfomrms within main forms.

    Forms are good for displaying data. Forms are really good for collecting user input and updating recordsets.
    How could a form be connected to more than one table when you can specify only one table in the Record Source property?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    Use query as RecordSource. Query can join tables. However, can edit only one table through a form. The query will allow display of related info from joined tables but edit can only be done on one table through bound form.

    Use form/subform arrangement to edit multiple tables with a parent/child relationship. The form/subform will give the appearance of a single form.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    Quote Originally Posted by Access_Novice View Post
    How could a form be connected to more than one table when you can specify only one table in the Record Source property?
    Build a query and save it. Then bind the form to the saved query's name.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 04-26-2013, 05:30 PM
  2. Setting a variable on one bound form from another table
    By chris.williams in forum Programming
    Replies: 5
    Last Post: 08-21-2012, 01:37 PM
  3. Replies: 3
    Last Post: 07-24-2012, 03:11 PM
  4. Bound form with bound combobox
    By Jerry8989 in forum Access
    Replies: 2
    Last Post: 12-05-2011, 01:50 PM
  5. Bound a unbound text box to the table
    By Brian62 in forum Forms
    Replies: 1
    Last Post: 11-06-2009, 11:05 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums