Hello,
in a query I i'm trying to pull a number from a combobox in a formula so that it populates the "number" argument inside the DateAdd function, but I'm not having any success...
this is inside the expression builder...
Code:
Between Now() And DateAdd("ww",[forms]![frm80Expiring]![lstWeeks],Now())
I already tested the formula replacing the [forms]![frm80Expiring]![lstWeeks] by a simple number and it works as required, I just need to be able to select how many weeks to add to the filter...
what am I doing wrong?