Hi
I am trying to find a solution to the problem I wish to be able to update a particular fields depending on the value =month(date()). I wish user to input hours worked that month on future months depending on value in form. My boss only wants the data to start from todays Month fand dat entred for next three months, so if june we update Month6, Month7, Month8. I know could use a case statement but ther must be a more elegant solution which would append the month no to "[Month]" to update the correct filed
I am trying to find a solution to the problem I wish to be able to update a particular fields depending on the value =month(date()). I wish user to input hours worked that month on future months depending on value in form. My boss only wants the data to start from todays Month fand dat entred for next three months, so if june we update Month6, Month7, Month8. I know could use a case statement but ther must be a more elegant solution which would append the month no to "[Month]" to update the correct filed
Comment