Likely means that your underlying RecordSource is read only. Put a form
bound to a read only source into DataEntry mode and a blank form is what you
get.
Check the Record source of the Form, can you add records directly into it?
It's possible that the records source is based on few tables link together,
and this link doesn't allow any records to be input. and this is why the form
open Blank.