Sep 4, 2002 #1 SteveNapper Technical User Joined Aug 29, 2002 Messages 39 Location GB Anyone know an answer to the above?
Sep 4, 2002 #2 jebry Programmer Joined Aug 6, 2001 Messages 3,006 Location 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 Joined Aug 6, 2001 Messages 3,006 Location 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