I added additional criteria to my text box and I can't get it to work. Please Help!!!
Here's what I had before and it worked fine..
=Val(DSum("[QTY]","2000 to 2002 Gifts All Drops (Non Housefile Buyers)","[Year] = " & 2002))
Here's what I have now...
=Val(DSum("[QTY]","2000 to 2002 Gifts All Drops (Non Housefile Buyers)","[Year] = " & 2002 And [Sales/BK$]>=[txtMinimum_S/BK$].[Text]))
Any suggestions would be great, I'm not too familiar with sytax when adding more criteria for domain functions...
Here's what I had before and it worked fine..
=Val(DSum("[QTY]","2000 to 2002 Gifts All Drops (Non Housefile Buyers)","[Year] = " & 2002))
Here's what I have now...
=Val(DSum("[QTY]","2000 to 2002 Gifts All Drops (Non Housefile Buyers)","[Year] = " & 2002 And [Sales/BK$]>=[txtMinimum_S/BK$].[Text]))
Any suggestions would be great, I'm not too familiar with sytax when adding more criteria for domain functions...