SubForm - DataEntry Only

L

Lisa B.

How do I show a blank (New) record in a subFrom when viewed from a mainForm

I have a subform that is linked to a mainForm

I want the subform to be DataEntry only. The subform property is as follows
Data Entry = Yes
Allow Additions = Yes
Allow Deletions = No
Allow Edits = No
Default View = Single Form

When viewed from the MainForm, the user should only be able to add records,
so a blank record should be showing

Currently, however, when viewed from the mainForm a linked record is
visible
 
Top