Hi all,
I have a question and could use some help.
Does the month(function) in Access return a numeric value and how can a value from a
textbox on a form be cnverted to numeric.
Here is a part from My SELECT statement that does return data for the specified month
in txtMonth textbox.
FROM 2014ExpenseList
WHERE [2014ExpenseList].[month(TransDate)] = txtMonth;
What I would like to do is if....
txtMonth contains 12, have data returned for month 11 (November).
Is this possible and how.
cplmckenzie