I have an application written in C#.net using VS 2008 and Crystal Reports. I have written reports that pull data from my access database and bind the data to the crystal report where the data is summarized and totaled in various ways. One of my customers has requested that instead of displaying the hours in decimal hours (example 6.25) they would like all of the time fields displayed in HH:MM format (example 6:15) Is there a way within Crystal Reports to do the conversion from 6.25 to 6:15? If not, any ideas on the best way to accomplish this? Many of my totals are done in my SQL statement and others are done inside of the report.
Thanks for any insight.
Pete
Thanks for any insight.
Pete