This topic is locked

Add a Record with Prefilled values

6/26/2008 1:28:02 PM
PHPRunner General questions
I
indigo author

Hi,
I have two tables:
Project

Rating
Now, I want to create a view for someone to give rating on a project if it is not already given.
In a Custom View, is it possible to have a field with a link to "Rating Table --> Add Record" with few fields like Project_ID already filled up?

Both the Tables have Project_ID as a field.
Please help.

Sergey Kornilov admin 6/26/2008

If you setup Master-Details relationship between Project(Master) and Rating(Details) ProjectID field will be filled automatically when you proceed to the Rating Add page.