A
|
alang 3/1/2010 |
A good way to handle this is to create a "View" in the database (not a PHPR view). You need to use a database admin tool to create this view. In the view you include the where condition (teachers in service), the teacherID and the name of the teacher that you want to view in the dropdown. In the lookup wizard, you then select the view rather than the table as the lookup target and then the text name as the field you want to display. Using a view in this way gives a lot more flexibility on what you can display in the dropdown - concatenation of fields across multiple tables etc. |
![]() |
Sergey Kornilov admin 3/1/2010 |
Nicholas, |
N
|
nino82 3/23/2010 |
Hello. |
![]() |
Sergey Kornilov admin 3/23/2010 |
Nino, |
N
|
nino82 3/24/2010 |
Sergey'll explain my problem better.
|
J
|
Jane 3/25/2010 |
Hi, |