This topic is locked

OWNERID Set Up

12/31/2003 11:42:13 AM
ASPRunnerPro General questions
swat author

hi admin-
I have designed my tables with OWNERID fields and run asprunner , however I do not see my own entries as editable .... I have created Ownerid field for my user table and my products table same format ...but still

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=281&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' />

need help
thank you

Sergey Kornilov admin 12/31/2003

Swat,
make sure UserID value matches OwnerID values in your main table.
Example:

Table Users

UserID UserName Password

---------------------------------

1 Bob  123

2 Dan  345


Data table

OwnerID Phone ...

---------------------------------

1 111-222-3333

1 123-456-7890

2 800-000-0000

2 900-000-0000


In this case Bob will be able to edit records 1 and 2, Dan will be able to edit records 3 and 4.
Also you need to make sure you jave choosen correct security settings.
Best regards,

Sergey Kornilov