Hi again,
I have a datetime column which I multiply by another column (ints). I then want to sum this result. However, Access will not allow me to perform this sum, with the following error msg:
"The sum or average aggregate operation cannot take a datetime data type as an argument."
My question is: can I convert the data type of my datetime * int results column (which appears to be of type datetime also) to another type that will allow me to sum?
Thanks.
I have a datetime column which I multiply by another column (ints). I then want to sum this result. However, Access will not allow me to perform this sum, with the following error msg:
"The sum or average aggregate operation cannot take a datetime data type as an argument."
My question is: can I convert the data type of my datetime * int results column (which appears to be of type datetime also) to another type that will allow me to sum?
Thanks.