TheSearcher
Registered User.
- Local time
- Today, 17:06
- Joined
- Jul 21, 2011
- Messages
- 408
Hello,
I have an application in which the user can select a range of up to seven dates. My code produces a table in which each of the dates appear as column names. Obviously, the names will change as the users choose different dates. How can I create a report that keeps the dates as column names if the names will be unpredictable?
This is an example:
Employee, 11/18/2013, 11/19/2013, 11/20/2013, 11/21/2013
Thanks in Advance,
TS
I have an application in which the user can select a range of up to seven dates. My code produces a table in which each of the dates appear as column names. Obviously, the names will change as the users choose different dates. How can I create a report that keeps the dates as column names if the names will be unpredictable?
This is an example:
Employee, 11/18/2013, 11/19/2013, 11/20/2013, 11/21/2013
Thanks in Advance,
TS