Data Entry in Data Access Page

G

Guest

I'm creating a data access page for data entry. For some reason, no matter
what I try, I can't seem to get an end result that allows entry. I've set
the data entry to yes, set the allow additions to yes etc. and nothing works.
I get a navigation toolbar at the bottom of my group with the navigation
buttons dimmed and not available and entering data into the fields is
impossible. What am I doing wrong?
 
S

Sylvain Lafontaine

The most usual answer to this question is a missing primary key. The
DataEntry property is used to block the display of any previous data and, by
itself, won't give you the possibility of entering data.

(Of course, I'm assuming that you are able to correctly connect to the
backend database and see some data in your page when DataEntry is set to
False.)

There is a newsgroup about DAP: m.p.access.dataaccess.pages.
 

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

Top