This topic is locked

View Record By Other Field

7/4/2013 6:02:43 AM
ASPRunnerPro General questions
A
adnankmk author

I have table emp_info with the following details
emp_id (int) PK

em_Name (varchar)

C_NO (int)
When I view the record it shows the individual record on the basis of emp_id.

for example

By view the record of the employees

emp_info.asp?editid1=1
I want to view the record on the basis of C_NO. How should i can display the employee details on the basis of C_NO.

G
gdmacdo 7/5/2013

On the Table tab, click the Add View button and create another view of the data. You could also make a detail/child connection to another table field. This way you could display the data in both ways.