473,396 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Grouping files

12
i have a combo box that looks something like this:

Date: 2010-10-10 1:19:22 TypeOfFile: 0000001-D00
Date: 2010-10-10 1:19:55 TypeOfFile: 0000001-D00
Date: 2010-10-12 4:14:12 TypeOfFile: 0000002-D01
Date: 2010-10-12 4:15:11 TypeOfFile: 0000002-D01
Date: 2010-10-14 2:22:10 TypeOfFile: 0000001-D00
Date: 2010-10-14 2:28:15 TypeOfFile: 0000001-D00

** Multiply every TypeOfFile with 1000 to get the correct size of data.

Since displaying it like this makes it quite difficult for the user to get a good overview (due to the large amount of same files). How do i make this more easy to view for the user?

Is it possible to make the combo box look (group) something like this:

Date:2010-10-10 1:19:22 to 1:19:55 TypeOfFile 0000001-D00
Date:2010-10-12 4:14:12 to 4:15:11 TypeOfFile 0000002-D01
Date:2010-10-14 2:22:10 to 2:28:15 TypeOfFile 0000001-D00

I have tried the 'GROUP' command but that one groups i.e. all *-D00 files together which i dont want.

appreciate any help

thanks
Apr 6 '11 #1
2 1173
Rabbit
12,516 Expert Mod 8TB
Take whatever dataset created that, group by the type of file and do a min and max on the date.

Edit: nevermind. That won't work. I didn't notice the break in sequence. You'll have to use a VBA function for what you want to do.
Apr 6 '11 #2
Higgs
12
allright thank you,

think i came up with an idea.

Cheers
Apr 6 '11 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Andrew James | last post by:
Gentlemen, I'm currently in the process of designing a language which will be used to specify sets of files on a WebDAV server, encoded in a URL. The aims of the language are to (in no particular...
3
by: Graham | last post by:
Hi, I am having trouble getting XSL to count the members of a group. What I am trying to do is group by <objectid.Contactid> and count the number of <activityid>'s for each <objectid.contactid>....
1
by: amber | last post by:
Hello, I have a report in VB.NET/Crystal Reports. I have a criteria form that users select between 2 different types of grouping (group by category or group by year). Can I programmatically...
1
by: Sathyaish | last post by:
I am using Web Matrix with v.1.1 of the framework. I don't see a concept of a project or solution in Web Matrix, so here's my problem. I have one aspx file that wants to use a class file called...
1
by: MLH | last post by:
I have a challenge... In a table I call tblStuff4Letters with 3 fields: , and . I have a report called rptOutboundCorrespondence that feeds off this table. Sorting & grouping is turned on in...
3
by: ahaque38 | last post by:
Hello. Using A2K SP3, I am having the following problem with a report using "Sorting and Grouping". I have recently added a grouping in the reports for "Category2<>'CONTRACTS'". I have...
8
by: Mike MacSween | last post by:
tblCourses one to many to tblEvents. A course may have an intro workshop (a type of event), a mid course workshop, a final exam. Or any combination. Or something different in the future. At...
3
by: ILMergeHelp | last post by:
Hi All, I have an application similar to windows explorer. The problem now is that am not able to sort the folders and files windows explorer style i.e. Ex All folders are sorted in alpha order...
0
by: Roman Bertle | last post by:
Hello, I try to format monetary values using the locale module, python2.5: Python 2.5.2a0 (r251:54863, Jan 3 2008, 17:59:56) on linux2 Type "help", "copyright", "credits" or "license" for...
1
by: Sandeep Singh | last post by:
Hi, How to do group by in XSLT ? I tried on the following codes: <files> <file name="swablr.eps" size="4313" project="mars"/> <file name="batboy.wks" size="424" ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.