Hello
I'm trying to use Builder to create a column in my table that lists the Paydate based of the week.
Week of 09/17/2017 is paydate 10/06/2017
Week of 09/24/2017 is paydate 10/06/2017
Week of 10/1/2017 is paydate 10/20/2017
Week of 10/8/2017 is paydate 10/20/2017
The formula below is what I am using in Builder but I am getting dates that are 2 days past what is correct.
[WEEK_OF]+IIf([WEEK_OF]-(Round([WEEK_OF]/14,0))*14=-6,8,1)+20
Thak you for reading!
I'm trying to use Builder to create a column in my table that lists the Paydate based of the week.
Week of 09/17/2017 is paydate 10/06/2017
Week of 09/24/2017 is paydate 10/06/2017
Week of 10/1/2017 is paydate 10/20/2017
Week of 10/8/2017 is paydate 10/20/2017
The formula below is what I am using in Builder but I am getting dates that are 2 days past what is correct.
[WEEK_OF]+IIf([WEEK_OF]-(Round([WEEK_OF]/14,0))*14=-6,8,1)+20
Thak you for reading!