Data Access Page

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

Guest

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

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