I first posted this question in thread703-896393, but I now need to make this more robust.
I have table "tblOrders" with field "DateAdded". I have a query that runs from tblOrders and displays some data. I need to include in this query a new field named "FirstDayofWeek" that displays the first day of the week that corresponds with "DateAdded".
To use this week as an example, if a record has "DateAdded" = 08/09/04, then I need to have the "FirstDayofWeek" = 08/08/04 (Since 08/08/04 is the first day of the week for 08/09/04).
Can this be done? Thanks.
--
Mike
Why make it simple and efficient when it can be complex and wonderful?
I have table "tblOrders" with field "DateAdded". I have a query that runs from tblOrders and displays some data. I need to include in this query a new field named "FirstDayofWeek" that displays the first day of the week that corresponds with "DateAdded".
To use this week as an example, if a record has "DateAdded" = 08/09/04, then I need to have the "FirstDayofWeek" = 08/08/04 (Since 08/08/04 is the first day of the week for 08/09/04).
Can this be done? Thanks.
--
Mike
Why make it simple and efficient when it can be complex and wonderful?