Sep 4, 2002 #2 jebry Programmer Aug 6, 2001 3,006 US Hi! You can use the IIf function in SQL, at least in the field definition: NewfieldName: IIf(YourCondition, ifTrue, ifFalse) hth Jeff Bridgham bridgham@purdue.edu Upvote 0 Downvote
Hi! You can use the IIf function in SQL, at least in the field definition: NewfieldName: IIf(YourCondition, ifTrue, ifFalse) hth Jeff Bridgham bridgham@purdue.edu
Sep 4, 2002 #3 jebry Programmer Aug 6, 2001 3,006 US Hi again! One more thing, what I have above is used in the query design view, in SQL view use: IIf(YourCondition, ifTrue, ifFalse) As NewFieldName hth Jeff Bridgham bridgham@purdue.edu Upvote 0 Downvote
Hi again! One more thing, what I have above is used in the query design view, in SQL view use: IIf(YourCondition, ifTrue, ifFalse) As NewFieldName hth Jeff Bridgham bridgham@purdue.edu