With any luck this should have a simple solution, but I can't figure it out.
I have a form (Consumers) that displays consumer information. On the lower half of the form are two subforms. The bottom subform (Authorizations) shows records from the many side of a one to many relationship, linked by the primary key consumerID. The other subform is to be used only for entering data, and should otherwise be blank. When data entered in the top subform, the bottom should be re-queried.
Unfortuatenly, I can't get that far. No matter what I try, the "data entry" subform is never blank. Data Entry is set to Yes, I've tried it with a query and table source (same result), and multiple view types single form/continuous/datasheet.
Consumers Form source is a query
Authorizations subform source is a query.
Is there some simple setting or group of settings that prevent the data entry mode, or are required for data entry mode? Most of the posts I've seen on the subject have this just simply working, so I haven't gotten much help from them.
I have a form (Consumers) that displays consumer information. On the lower half of the form are two subforms. The bottom subform (Authorizations) shows records from the many side of a one to many relationship, linked by the primary key consumerID. The other subform is to be used only for entering data, and should otherwise be blank. When data entered in the top subform, the bottom should be re-queried.
Unfortuatenly, I can't get that far. No matter what I try, the "data entry" subform is never blank. Data Entry is set to Yes, I've tried it with a query and table source (same result), and multiple view types single form/continuous/datasheet.
Consumers Form source is a query
Authorizations subform source is a query.
Is there some simple setting or group of settings that prevent the data entry mode, or are required for data entry mode? Most of the posts I've seen on the subject have this just simply working, so I haven't gotten much help from them.