Fairly simple thing:
Code:
ALTER TABLE TableName ALTER FieldName Date;
Another way to do it is to copy and paste the table, but copy the structure only, then change the fieldtype of the field in the new table, then make an append query.
Yet another way you can do it, is just go into the design view of the table and change it to Date straight away. This way does have its issues though - it seems to take forever, and if you have heaps of records, it will take longer than forever, assuming it doesn't crash your system.
Steven
I am a loud man with a very large hat. This means I am in charge