Hi Kerri,
Okay - with you. The only way you can select multiple tables in the Form
Wizard is if a relationship between them is defined in the Relationships
layout on the tools menu - otherwise it would have given you an error (or
maybe not in earlier versions of access??) I take it this didn't happen,
which means something wierd is happening. I suspect that Access has
included all the fields you've requested on the form but could not work out
how to join the tables, so the recordsource of your form (which should be
SQL and include a JOIN keyword) is instead a simple table. You can change
this table to each of the two tables you specified, and will get half the
fields working.
The upshot is you're not getting the behaviour you want - it didn't work -
the relationship is invalid and the resultant form datasource is not a valid
JOIN between the two tables.
I would recommend starting again. This time, define a query yourself,
joining data from the two tables. Once you are satisfied with the dataset
this query produces, redesign your form (using the Form Wizard if you must!
Yuk!) but this time basing the form on the query, rather than selecting
fields from multiple tables. This should keep things simple and (hopefully)
working.
Let me know how it goes!
All the best,
Ben.
You cannot bind a form to two tables without using SQL.