Access Data Entry Form

B

Bob

Access Data Entry form, parameter set to Data Entry=yes.
Access form only shows blank background.
Where can I look?
 
R

Rick Brandt

Bob said:
Access Data Entry form, parameter set to Data Entry=yes.
Access form only shows blank background.
Where can I look?

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.
 
O

Ofer Cohen

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.
 
Top