Form built from a query

B

Brandon

I'm building a form from a query, where I have two tables that have a 1 to
many relationship. When I open my form, it will not let me enter any data
what so ever. Is there a reason for this? Could it be the relationship?
 
A

Al Camp

Brandon,
Probably because you have both tables in the query associated to the main form.
With a one to many realtionship, the Main form is based on the ONE table, and it's
subform is based on the Many table.
 
Top