October 21, 200421 yr so I have a database of about 27 contacts people. I want to make a login and password for each these and have the user only able to see or edit there own information and then use instant web posting. from what I read i have use scripts is this the right path. thanks for any help.
October 22, 200421 yr Presumably each of the 27 people would have their own record in your database. Upon login, you could have a script which takes them to their own record. The script step is Go to Record/Request/Page by calculation. Your calculation would be based on account name. You should hide the status area so that they cannot go to other records. You'll need a button for exit, etc.
October 22, 200421 yr Author Each of the 27 people do have there own record. So my question is there a script that is already written for this procurer or do I have to create my own? Thanks for the help I
October 29, 200421 yr That isn't that secure. There's nothing stopping the user from pressing Ctrl-Up or Ctrl-Down to go to other records. You should make one privilege set with View Records privelege set to a calculation that says "Get(AccountName) = Record Owner" Record Owner is a field in the table that is set to whichever username owns that record. Every user should belong to that Privilege Set.
Create an account or sign in to comment