Hi,
I've got a code that works fine.
=DSum("[amount]","[qtExpense2015]","[description] = 'Walmart'")
I was looking for a slight update for something that didn't need to have the exact word but contain the word someplace in the field.
Something along these lines..... this obviously doesn't work.
=DSum("[amount]","[qtExpense2015]","[description] = Like '*Gas*'")
This probably isn't the way to handle it but I was hoping to do a couple fields like this and was wondering if I could avoid the quiery.
Thank you.