A
|
alang 3/9/2009 |
You probably need to join the tables in your SQL, include the name field and sort on that even if you don't display it in the list view. |
M
|
MaxxaM 6/18/2009 |
I'm going to add to this because I don't believe this solution fits all models. I agree that you need to join your tables, but if you're doing an inline add or edit, you need your fields to be based on the ID with a lookup table. |
J
|
Jane 6/19/2009 |
Hi, |