ORDER BY dropdown output

fluidmind

Registered User.
Local time
Today, 04:30
Joined
Jun 30, 2006
Messages
66
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
 

Users who are viewing this thread

Back
Top Bottom