How do I enter new data into a subform if it doesn't even show?

HappyBunny

Registered User.
Local time
Yesterday, 23:09
Joined
Jun 6, 2008
Messages
22
My subforms disappear when there's no table value for them. How do I get a blank subform that I can fill in from the form. PLEASE HELP.
Thanks
 
And that would have to be AllowAdditions set to yes in the main form; subforms inherit this property from the main form.
 
NOT WORKING. :(

I think the issue has something to do with me constructing the form from already existing data tables. Both AllowAdditions and DataEntry are set to Yes, yet the subform still isn't showing at all when there's no information entered in it for a certain record,
PLEASE HELP>

I'm desperate
 
DataEntry forces the form to *only* display new records. Turn it OFF.
 

Users who are viewing this thread

Back
Top Bottom