Form built from a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top