hello,
i have a query and i have a date field in it, and in the criteria of the date field there's this macro
Code:
>=[TempVars]![VarStartDate]
i want to add
Code:
<=[tempvars]![VarEndDate] in that criteria
and thats about it
but i dont exactly know how im supposed to do that ....
i want to have
Code:
>=[TempVars]![VarStartDate] and <=[tempvars]![VarEndDate] in one criteria
thats basically it ... i just want to merge them together
so in my other form where i have 2 textbox's with one button with temp vars in them so they could update the subform