Im in need of some help (again!)
I have a database that runs a fantasy football league. Games are grouped by week and on the main results form a combo box enabling selection of a date together with toggle buttons for leagues change the recordsource of the form as selected by the user.
However, I am working in UK date format and the sql is working in US format. eg If my combo says 06/08/05, it is interpreted as 08/06/05.
I have looked around for help but have had no luck in finding some code to convert the value in my combo to US before using it in an sql statement.
Any help would be greatly appreciated! thanks, ad
I have a database that runs a fantasy football league. Games are grouped by week and on the main results form a combo box enabling selection of a date together with toggle buttons for leagues change the recordsource of the form as selected by the user.
However, I am working in UK date format and the sql is working in US format. eg If my combo says 06/08/05, it is interpreted as 08/06/05.
I have looked around for help but have had no luck in finding some code to convert the value in my combo to US before using it in an sql statement.
Any help would be greatly appreciated! thanks, ad