Hi
I got the same need (also the settings of my DataBase are the same that Giedrius Graževičius 2 says in previus post).
1. I created a DataBase that only Site Member can add info.
2. Created a Dynamic Page wit a Form for input the information on DataBase.
3. Created a Dynamic Page with a Form that displays the DataSet (Read&Write Mode), with the Previus, Next Buttons and a Submit (Refresh) data button.
All is working great, but I notice that when a Member enters on the [EDIT] DynamicPage it displays all the information of the DataBase, not only the information that the Member inputs. How can I do that??
Maybe a filter option that reads the Member ID ( label _owner ).
Is theres a Code that can I use to get the Member ID, so I can set the DataSet in filter mode and display only the info that each meber Inputs.
I am wondering if can set up a hook too.