Data Access Page

D

Django

Good day, I am creating data access page. However, when I switch from design
to view the page looks totally different. In other words I have a white page
with nothing on it. This also happens when I try to use the browser.
Appreciate any advice provided
 
K

Ken Snell [MVP]

What you describe suggests that the page
-- cannot get the data it needs from its recordset;
-- its Data Entry property is set to Yes and its recordset is not
updatable;
-- there are no data to present and the recordset is not updatable.
 
K

Ken Snell [MVP]

First, you'll need to identify which, if any, of these situations is causing
your problem. You can check the page's properties in the design view.

You'll need to be sure that you've set ae Unique Table property for the
section that is bound to the page's recordset.

You'll need to give us a lot more info about what your recordset is, your
setup, etc.


--

Ken Snell
<MS ACCESS MVP>
 
Top