Before I start, thanks to everyone who posts – I’m new to Access 2016 and I’ve found almost every answer I’ve needed here 
I’m capturing research about personal lubricants – manufacturers, formulas, ingredients, etc. Right now, I’m working on the forms related to manufacturers.
But as soon as I navigate to another record in frmManufacturer, the frmEmailAdd subform changes from Data Entry = Yes to Data Entry = No. The subform shows an existing record, and not new/blank.
I’ve gotten this same idea to work in practice databases and I just can’t find the problem. Any help would be most appreciated
Thanks!
- Lisa

I’m capturing research about personal lubricants – manufacturers, formulas, ingredients, etc. Right now, I’m working on the forms related to manufacturers.
- I have a main frmManufacturers bound to tblManufacturers
- I store URLs, emails, phone numbers, and social links in their own respective tables.
- frmEmailQry is bound to a query and is meant to display, edit, delete exiting records.
- frmEmailAdd is bound to the email table and is for adding new records. For this reason, I have set Data Entry = Yes.
But as soon as I navigate to another record in frmManufacturer, the frmEmailAdd subform changes from Data Entry = Yes to Data Entry = No. The subform shows an existing record, and not new/blank.
I’ve gotten this same idea to work in practice databases and I just can’t find the problem. Any help would be most appreciated

Thanks!
- Lisa