<< This is not in the permanent database but playing around with some ideas. >>
If you're still in the design phase it's a great time to give some thought to that design. Multiple values encoded into a single attribute (column) can only give you major headaches down the road. If you go with the separate table for holding the dates, you can always create a view using LISTOF that roles the values up for presentation purposes. -- Larry

