I have tried to search previous posts for my solution but have been unsuccessful.
In a query I have date field (datequoted) that I use in a formula (currentweek) to see how many weeks an order has been quoted for. This is what I currently have: DateDiff("y",[quotedate],Date())/7
It works to show me how many weeks something has been quoted, BUT when I either change the number of decimal places (which will round it) or use the round function - it doesn't give me what I need. I need between 0-1 weeks to show 1, between 1-2 weeks to show 2, etc. If something has been quoted for 1.4 weeks it should be in week 2 - not week 1.
Does that make sense? I'm sure there is an easier way to do this than what I'm trying.
In a query I have date field (datequoted) that I use in a formula (currentweek) to see how many weeks an order has been quoted for. This is what I currently have: DateDiff("y",[quotedate],Date())/7
It works to show me how many weeks something has been quoted, BUT when I either change the number of decimal places (which will round it) or use the round function - it doesn't give me what I need. I need between 0-1 weeks to show 1, between 1-2 weeks to show 2, etc. If something has been quoted for 1.4 weeks it should be in week 2 - not week 1.
Does that make sense? I'm sure there is an easier way to do this than what I'm trying.