Solved Subform not visible for new record

Kayleigh

Member
Local time
Today, 20:20
Joined
Sep 24, 2020
Messages
709
Hi
I have a subform which appears on one tab on a form. However strangely although it is always set to visible, it does not appear when form goes to a new record. I have tried commenting out all the code but no success.
I have tried debug.print me.subform.visible and it is always 'True'.
Any other ideas to try get it to display?
 
with so little to go on, all I can suggest is check your subform properties, in particular allows additions/edits etc.
 
Wow you are right!
It was just the allowAdditions property.
 

Users who are viewing this thread

Back
Top Bottom