T
Thomas Hirschmann
I'm trying to compile a list of purchases done between 0906 and 0911
M1: IIf([Purch]>"0906" And [Purch]<"0911",[ Purch],"")
The query works but instead of ignoring purchases that that don't fall into the above range it juts outputs a blank field.
What am I doing wrong?
Many thanks. Appreciate your help.
Tom
EggHeadCafe - Software Developer Portal of Choice
A Wrapper for the Dispatcher class of Threading Namespace to manage thread items
http://www.eggheadcafe.com/tutorial...f-2f01a383cff6/a-wrapper-for-the-dispatc.aspx
M1: IIf([Purch]>"0906" And [Purch]<"0911",[ Purch],"")
The query works but instead of ignoring purchases that that don't fall into the above range it juts outputs a blank field.
What am I doing wrong?
Many thanks. Appreciate your help.
Tom
EggHeadCafe - Software Developer Portal of Choice
A Wrapper for the Dispatcher class of Threading Namespace to manage thread items
http://www.eggheadcafe.com/tutorial...f-2f01a383cff6/a-wrapper-for-the-dispatc.aspx