The date stored as string in database. I cant select between two dates or make "ORDER BY date_field DESC"
sql="SELECT * FROM payments where p_dat Between #"&from_d&"# AND #"&to_d&"# ORDER BY p_dat DESC"
but the p_dat is a text field not Date/Time in database.
I want to do that without changing the date field to Date/Time. Thank you