E
epete367
I would like to create a Weekly Calendar (7 days) to use to keep track
of when to send items out. I have set up a query: ShipCal Qry with the
following fields:
WeekOf: DateAdd("d",-Weekday([ShipDate]),[ShipDate])+1
ShipDate
ShipVia
OrderID
I need the calendar to show the day of week and under that the OrderID
and ShipVia info. I looked at Duane's calendars which is where I found
the WeekOf idea. I am just not sure how to implement into what I need
as I don't need it broken down by hours, etc...
Any help would be appreciated greatly. I have been trying to do this
for the past few days.
of when to send items out. I have set up a query: ShipCal Qry with the
following fields:
WeekOf: DateAdd("d",-Weekday([ShipDate]),[ShipDate])+1
ShipDate
ShipVia
OrderID
I need the calendar to show the day of week and under that the OrderID
and ShipVia info. I looked at Duane's calendars which is where I found
the WeekOf idea. I am just not sure how to implement into what I need
as I don't need it broken down by hours, etc...
Any help would be appreciated greatly. I have been trying to do this
for the past few days.