View Full Version : change to date format in Make Table Query


asp_learner
04-16-2002, 11:18 AM
Because of a query where I am avoiding duplicates, (Date3: IIf([Last]=[Date1],"",[Last])), I have a date field that is in text format instead of date format. How can I write the query to save it as date format.

Thanks,
Eva

asp_learner
04-16-2002, 12:00 PM
I finally got it to work. I revised the query so that I don't have a null value.