Hi,
I actually want to confirm and check if I'm going right so Please let me know what should I fill out for each of the parts/sections in the "Master Detail Page Set" form in the students.asp page
1. When I fill out the Master/Detail Page set should I just select those 4 fields ("StudentLName", "StudentID", "IncidentDate" and "Status" ) in the Master Page Fields section.
2. Secondly for the "Link to Detail from" part which 1 field should I select?
3. For the "Pass Unique key" part which 1 field should I select?
4. Should I create a new page (say for example detail.asp) and then pick that for the "Detail Page name" part?
5. And finally for the "Detail Page Fields" should I select all the fields?
Also, the last point that you mentioned in your reply which was
"Once you get to the results page you may need to expand the SQL statement to include some OR options so you can test for the different results"
Do you mean that I must include all the 4 unique attributes ("StudentLName", "StudentID", "IncidentDate" and "Status" ) in the SELECT statement along with the one that I have added which is StudentLName?
Can you please explain this in a little more detail to me?
Once again Thanks for your patience and help...