GuyBisson
08-09-2001, 01:26 AM
I'm trying to extract a number of rows of data from a large table based on a date/time field. I want to extract all the data for one year into a new table. The field contains both a date and a time in the format dd/mm/yy hh:mm:ss. To extract all of year 1995, for example, I need to specify some sort of wild card in the form */*/95 *:*:*. I have not been able to do this. Any suggestions?