G
Guest
I have 2 tables, one with the field WeekDayId (autonumber) and DayOfWeek
(mon-fri). And one that uses the WeekDayId as the relationship field to the
first table.
I want to create a query that lets the user select a beginning day and an
ending day. The form that is based on this query would display the resulsts
as: Tues-Thurs
or just Tues if they only chose one day for both beginning and ending.
The closest I can come is this expression in my query:
Expr1: BeginDayOfWeek&'-'&EndDayOfWeek
But this gives me Tues-4
Can anyone help me?
(mon-fri). And one that uses the WeekDayId as the relationship field to the
first table.
I want to create a query that lets the user select a beginning day and an
ending day. The form that is based on this query would display the resulsts
as: Tues-Thurs
or just Tues if they only chose one day for both beginning and ending.
The closest I can come is this expression in my query:
Expr1: BeginDayOfWeek&'-'&EndDayOfWeek
But this gives me Tues-4
Can anyone help me?