Subform problem when creating new record

M

mscertified

I have a form containing a subform with the child and master links set up. It
all works ok except when I create a new record via the form. In some
circumstances the allowedits, allowdeletions and allowinsertions properties
on the subform are being set to false. This results in the entire subform
being grayed out. This is not done anywhere in my VBA code so Access must be
doing it.
What could cause this? Is it a known bug?
 
Top