Hi Robin,
Sorry I didn’t get back to you right away on this - I was sick for a couple of days. Thanks so much for the detailed code - color me impressed. I’ve got it working in it’s most basic form and it’s sorting correctly by date first and by school name second. You can check it out here: http://bit.ly/d1XzLu.
I do have a couple of questions:
1) What’s the reason you have two query fields set up for the date field - one called dday and one called sday?
2) Some of the meets are only one day and some last longer than one day. So there is a field called invitational_meet_end_date that is only entered if the meet lasts longer than one day. Then I choose how to display the date based on a conditional that checks if that field exists. This doesn’t seem to be working for the query though - it spits out December 31, 1969 for the invitational_meet_end_date field on every entry. Is there a way around this? You can see what it’s doing on the sample link I gave above.
3) You mention a plugin to get the fields in the proper format. Did you have one in mind?
Thanks again for all your help.