Im afraid its good old Date format and Access again folks (sorry)
Im making a list of league fixtures and coming across problems when updating individual fixtures because of the way that the form textfield reads in and updates the date.
When im entering a fixture from scratch, i can write '10 Jun 03' in the date textfield and sure enough, it will show on my asp page as '10/06/03' - and thats cool - great.
But when i need to update that fixture (like, to put in the score), I read in the details and in the date box, it reads '10/06/03' (which you would still think is ok BUT, when i update it this time, it goes in as '06/10/03' US style -aaarrrgghhh!!! - Its doing my head in!
(incidentally, at this point, should i have to update it again, it would read it in as '06/10/03' this time and when entered again, it would sort itself back to the correct intended '10/06/03')
Ive scoured the net for a solution to fit but, cant find one (there are loads of solutions if the date is simply "Now()" but, its not! in this instance :(
Other solutions ive tried are the LCID route but, that didn't work either! I was ready for making the field text only but, i cant coz i need the entire fixture list to be sorted by date aaarrrggghhh!
Please help
thanks
RedK