chpicker
Programmer
- Apr 10, 2001
- 1,316
Is there any way to access the parent table's indexes from within a view? In other words, while looking at the data in my view, I want to be able to change the order in which it is sorted. I was able to make a variable filter condition, but I can't figure out how to make the ORDER BY clause change to suit my needs like I could with a regular SQL statement. The View Designer will only let me pick the Order from a list, I cannot specify a variable to get the order from. Any ideas?