SECTION 2
Lesson 2.4: Using Data Access Pages

   

 

 

In our example above, we saw that users can use the data access page to see the database. But what if you don’t want this data to be accessible?

 

Well, first open the data access page in design view. Then, click the Edit menu and click Select Page. This will open the page’s properties:

 

 

Then, on the data tab, set the DataEntry value to True. Now, the data access page can only be used to enter data, not view it. (Note that this also applies to records that the user has added.) However, you can still edit the data through the main database.