Access Data Entry Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Access Data Entry form, parameter set to Data Entry=yes.
Access form only shows blank background.
Where can I look?
 
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top