Help with Data Access Page

  • Thread starter Thread starter Stuart Adair
  • Start date Start date
S

Stuart Adair

Good morning,

I've build a database with Access 2003 which sits on a network. I want to
use Data Access Pages to allow users on the network to be able to enter data
to a field called RMComment.

I can build a data access page to view reports without a problem. Have tried
buidling a new data access page, adding a text box with a control source of
RMComment but when the page opens in internet explorer it wont allow any
data to be entered.

Help please !!!

Stu
 
You must specify the Unique Recordset property of the page as the table that
is being edited. You also must include on the page a textbox that is bound
to the primary key of that table (this textbox can be invisible).
 

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