C
CJ
Hi Groupies
I had some, much appreciated, assistance putting this Work Period formula
together. However, now I need to use this Work Period in a form combo to
filter my reports.
WorkPeriod: Format(DateAdd("d",-Weekday([Ticket Date],6)+1,[Ticket
Date]),"mmm dd/yy") & " - " & Format(DateAdd("d",-Weekday([Ticket
Date],6)+7,[Ticket Date]),"mmm dd/yy")
Since the data is converted to text, sorting puts it in alphabetical, not
chronological order. Also, I need to see unique values but I can not Group
it in a query because it is an expression and setting the query Uniqe Value
property produces an error. I can not sort by the Ticket Date field because
adding that to the query expression causes duplicate Work Periods.
To all those with much more knowledge than I, any suggestions?
I had some, much appreciated, assistance putting this Work Period formula
together. However, now I need to use this Work Period in a form combo to
filter my reports.
WorkPeriod: Format(DateAdd("d",-Weekday([Ticket Date],6)+1,[Ticket
Date]),"mmm dd/yy") & " - " & Format(DateAdd("d",-Weekday([Ticket
Date],6)+7,[Ticket Date]),"mmm dd/yy")
Since the data is converted to text, sorting puts it in alphabetical, not
chronological order. Also, I need to see unique values but I can not Group
it in a query because it is an expression and setting the query Uniqe Value
property produces an error. I can not sort by the Ticket Date field because
adding that to the query expression causes duplicate Work Periods.
To all those with much more knowledge than I, any suggestions?