I
Isa
Hi,
I am trying to reproduce an excel formula in an Access query.
I have a figure in cell A1:
20/2
20 is the number of weeks and 2 is the number of days
I want to convert that field in order to calculate the total number of days.
My formula in excel is:
=LEFT(A1,SEARCH("/",A1)-1))*7)
Converts number of weeks into days.
Do you know if and what is the equivalent formula to use in an access query?
Thank you.
Regards,
I am trying to reproduce an excel formula in an Access query.
I have a figure in cell A1:
20/2
20 is the number of weeks and 2 is the number of days
I want to convert that field in order to calculate the total number of days.
My formula in excel is:
=LEFT(A1,SEARCH("/",A1)-1))*7)
Converts number of weeks into days.
Do you know if and what is the equivalent formula to use in an access query?
Thank you.
Regards,