I'd have an employee table... and a selecteddates table.... the employee table is self-evident, so I'll skip it, but the selecteddates table would have the emplID (int, FK to employee table) and a selectedDate (datetime) .... and that's pretty much it.

-tg