Hi There!
In my query i can easily write "ORDER BY coaching.date" in my SQL. But instead I want to order by the output of a dropdown menu... I want the user to select what he wants the data ordered by!
I have tried ORDER BY [forms]![coachingstatus]![dropdown], but that doesn't work!
Help please
// JR
In my query i can easily write "ORDER BY coaching.date" in my SQL. But instead I want to order by the output of a dropdown menu... I want the user to select what he wants the data ordered by!
I have tried ORDER BY [forms]![coachingstatus]![dropdown], but that doesn't work!
Help please

// JR