Hello all,
I'm having trouble with an update query. Here is an example of my table
ID(PK) PlanYearBegin(text field) PlanYearEnd (text field) 1 12/31 2 12/31 3 1/31 4 3/31
I am trying to make a query that takes [PlanYearEnd], and updates [PlanYearBegin] to (M+1)/(D+1)
So for record 1, the [PlanYearBegin] would be 1/1, Record 2 would be 1/1, record 3 would be 2/1, and record 4 would be 4/1
I tried using the MID function but was unsuccessful.
Any help will be appreciated!
![]()