I created links that will take you to a particular record on a data access page, like:
The ServerFilter will exclusively pull up record 8. My problem is I can't enter data into the fields .. its Read-Only.
Is there anyway to make my fields editable while applying the ServerFilter?
I should note that I made some progress by, in Design View, changing the Header's Id to something else. I got the following error when I tried to edit the fields:
Any thoughts?
[red]Tools | Internet Options | Clear History[/red]
Code:
[URL unfurl="true"]http://<mywebsite>?ServerFilter=<Id>=8%22[/URL]
Is there anyway to make my fields editable while applying the ServerFilter?
I should note that I made some progress by, in Design View, changing the Header's Id to something else. I got the following error when I tried to edit the fields:
Code:
A value could not be saved into the data source's '<fieldname>' field.
The data source is read-only.
Any thoughts?
[red]Tools | Internet Options | Clear History[/red]