Also, is it possible to have a form to collect user input, then add that input to a table?
Also, is it possible to have a form to collect user input, then add that input to a table?
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?
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.