Im recording a week number as defined from a date as a constant in a table ( Live_week )
this is then used for reference through many areas, what Im struggling with is simply adding 1 to the week number
so to show the current live_week I have a text box with
=DLookUp("[live_week]","[Live_Week]","[ID]=1")
that form then uses where format(date,"ww/yyyy") like "text box" to query records matching the current live
I was a text box to show a +1 to the week
=DLookUp("[live_week]"+1 <ww+1/yyyy>,"[Live_Week]","[ID]=1")
Is there some way I can do this? it would likely be easier if I didn't have the year recorded but that makes issues on records over a year. If I cant show an altered week number, Perhaps there is a better way to record a week number as a constant than being a text format field, as far as im aware I cant record a ww/yyyy as a date format itself
this is then used for reference through many areas, what Im struggling with is simply adding 1 to the week number
so to show the current live_week I have a text box with
=DLookUp("[live_week]","[Live_Week]","[ID]=1")
that form then uses where format(date,"ww/yyyy") like "text box" to query records matching the current live
I was a text box to show a +1 to the week
=DLookUp("[live_week]"+1 <ww+1/yyyy>,"[Live_Week]","[ID]=1")
Is there some way I can do this? it would likely be easier if I didn't have the year recorded but that makes issues on records over a year. If I cant show an altered week number, Perhaps there is a better way to record a week number as a constant than being a text format field, as far as im aware I cant record a ww/yyyy as a date format itself