Feb 1, 2006 #1 Noah114 Technical User Mar 31, 2005 59 US I have a query that utilizes a dateserial function to display dates as such 12/1/05 1/1/06 2/1/06 I'm trying to build an if statement that would state =IIF([DATE]=12/1/05,1/1/06,[DATE]) but it stills displays 12/1/05 1/1/06 2/1/06 Any ideas?
I have a query that utilizes a dateserial function to display dates as such 12/1/05 1/1/06 2/1/06 I'm trying to build an if statement that would state =IIF([DATE]=12/1/05,1/1/06,[DATE]) but it stills displays 12/1/05 1/1/06 2/1/06 Any ideas?
Feb 1, 2006 #2 PHV MIS Nov 8, 2002 53,708 FR =IIf([DATE]=#2005-12-01#,#2006-01-01#,[DATE]) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
=IIf([DATE]=#2005-12-01#,#2006-01-01#,[DATE]) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886