I want to have a combo list created based on a date field.
I have a record with a date (short date currently, but can be anything). If that date is a "Thursday" (i.e. 8/8/02), then I want to have a combo list created that shows only those people available on Thursday. If they said they weren't available on Thursday, then they don't appear in the list. Essentially, if person#1 says they are available on Thursday, and the date scheduling for is a Thursday, then show person#1 on the list. If it's not a Thursday, don't show person#1.
I imagine I'd have the combo box based on a query so I've tried using the various functions Day(), Date(), DatePart(), etc. to no avail.
Can this be done? If so, where and/or what am I missing?
Thx,
DreamerZ
I have a record with a date (short date currently, but can be anything). If that date is a "Thursday" (i.e. 8/8/02), then I want to have a combo list created that shows only those people available on Thursday. If they said they weren't available on Thursday, then they don't appear in the list. Essentially, if person#1 says they are available on Thursday, and the date scheduling for is a Thursday, then show person#1 on the list. If it's not a Thursday, don't show person#1.
I imagine I'd have the combo box based on a query so I've tried using the various functions Day(), Date(), DatePart(), etc. to no avail.
Can this be done? If so, where and/or what am I missing?
Thx,
DreamerZ