I have an editable grid view form
One of the fields (integer) displays its lookup text value (from another table).
Currently, the form sort’s on that field’s integer value, and I want the form sorted by it’s lookup text value instead. The SQL option for the form does not seem to allow me to specify joins in a FROM?
The picture shows the field in question with both it’s actual value and look up value (just to illustrate the point, normally it would just be the text that’s displayed) - as you can see it is sorted by the actual integer value.
So is it possible to change the form’s overall source query?
Thanks.