I have a table that summarizes & compares data from several years by week (each year is given 52 weeks for this ongoing effort). Each yearly table has over 100 items that are tabulated by week. All of the data is numerical but some of it is in decimal form and some is in time form - [h]:mm:ss
To make the summary manageable the goal is to use a drop down menu (Combo Box) to select which variable will be considered). This would present as a table where the right column represents the week of the year, and each year has a separate column of data.
Pretty straight forward if all the data is the same format. But when some of the data is [h]:mm:ss the summary table returns a decimal that represents the time as a decimal fraction of a 24 hour period ( 4:12:53 is reported as 0.175613 ).
Is there a way to have the format of the summary data match the format of the source.
Thanks
To make the summary manageable the goal is to use a drop down menu (Combo Box) to select which variable will be considered). This would present as a table where the right column represents the week of the year, and each year has a separate column of data.
Pretty straight forward if all the data is the same format. But when some of the data is [h]:mm:ss the summary table returns a decimal that represents the time as a decimal fraction of a 24 hour period ( 4:12:53 is reported as 0.175613 ).
Is there a way to have the format of the summary data match the format of the source.
Thanks