How do I do an Order by lookup display?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
vilhenamix
User
Posts: 4

How do I do an Order by lookup display?

Post by vilhenamix »

I have a table enrollment, which searches the student through lookup,
in the listing of the registration ORDER BY orders taking ID (link field), so the alphabetical order is all wrong.

How do I sort by student name (display field) ???


mobhar
User
Posts: 11744

Post by mobhar »

Just create a Database View based on that "enrollment" table that ORDER BY student name, and then simply use that Database View as your Lookup Table.


vilhenamix
User
Posts: 4

Post by vilhenamix »

thanks for the tip, everything went well
thank you!


Post Reply