Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- 10 tips for sorting, grouping, and summarizing SQL data
- This article is also available as a PDF download.Arranging data in a manner that'smeaningful can be a challenge. Sometimes all you need is a simple sort. Often,you need more--you need groups you can analyze and summarize. Fortunately, SQLoffers a number of clauses and operators for sorting, grouping, andsummarizing. The following...
- Tags: clause, Group-By, SELECT ZIP, SQL, Susan Harkins, ZIP
- Technical articles 2006-11-06
Additional Resources
- Tech Tip: Improve ZIP drive performance in Windows XP
- Follow these steps to improve ZIP drive performance. Are you using a ZIP drive that's connected to your Windows XP system via a USB port? If so, you may have noticed that it's a bit sluggish when transferring large groups of files to or...
- Tags: Guest Contributor, Windows XP Tips Newsletter, Performance, Microsoft Windows XP, Iomega Zip Drive, Microsoft Windows, Performance Management, Human Resources, Workforce Management
- Technical articles 2004-07-29
- PhotoSelector (zip)
- The easier way to select your photos to be printed. With PhotoSelector you can select your photos to be printed in only tree easy steps. Just select the files from multiple folders, set up the number of copies and their size and then make a CD copy.
- Tags: Photograph
- Software downloads 2006-04-05
- Split And Zip (jar)
- Split Features: Select "Slice" option under Split menu. Use "Open" button to open a file. Alternatively you can drag a file from desktop or explorer and drop it to open. You can view details of file e.g. path, size, last modified date on screen. Enter number of pieces you like...
- Tags: File, JToolGame, Desktops, Productivity, Hardware
- Software downloads 2008-09-04
- RepGWin (zip)
- RepGWin link together in a single module Excel file a presentation build with more whatever Windows files. For Excel file it is possible to select some sheet. For Word file it is possible to select some pages. For PowerPoint file it is possible to select some slides. With RepGWin, presentations...
- Tags: Presentation, Microsoft Excel, Microsoft Office, Microsoft Windows, Office Suites, Software, Operating Systems
- Software downloads 2007-08-16
- RandomPlay (zip)
- With this program you can select a directory and RandomPlay will randomly select a file and open it with the program of your choice. You can even select from different file extensions and different command line arguments when running the files. This was made for people like me with large...
- Tags: Program, File
- Software downloads 2007-06-06
- office 2000 mail merge with excel missing the 0 in zip
- I am doing a mail merge and cannot get my labels to show the full zip code. It keeps deleting the first "0" in the zip and turing it from 5 digit to 4 digit. The excel document shows the 5 digit zip. After I browse and...
- Tags: s.papcin@...
- Discussion threads 2007-11-16
- LoadedSoftware ResizeIt (zip)
- Easily resize multiple images all at the same time. Clean easy-to-use interface turns even a novice into a pro. Simply select all of the images that you want to resize or convert. Directly supports reading of JPEG, GIF, and BMP. Select the folder to save all new images into. Set...
- Tags: GIF, JPEG, Image, LoadedSoftware
- Software downloads 2007-11-12
- Sort four or more columns of Excel data at once
- If you want to use Microsoft Excel's sort command to sort four or more fields at once, you need to run the sort function twice in reverse order. This Excel tip walks you through the process. Microsoft Excel's sort command lets you sort three fields at once. But...
- Tags: Microsoft Excel, Microsoft Office, Mary Ann Richardson, Sales strategy, drop-down box, Microsoft Office Suite Excel Tips Newsletter, Zip Code, Column, Office Suites, Software
- Technical articles 2005-06-14
- DirectInstall (zip)
- Directinstall creates a submenu in the Explorer context menu thatallows you to install multiple Palm applications, bypassing the Install tool screen. Select the files you want to install, right-click on one of them, select the user, and you're done.
- Tags: Tool, DirectInstall, Productivity
- Software downloads 2000-06-20
- Make Access reports easier to read with group headers and footers
- Does your Access report contain so much data that it's difficult to read? Then make your report easier on the eyes by breaking it up with group headers and footers. Mary Ann Richardson explains how. You've sorted your Access report by the zip code field, but your users...
- Tags: Microsoft Access, Microsoft Office, Mary Ann Richardson, Click Zip-Code, ZIP code, Group Header, Microsoft Office Suite Access Tips Newsletter, Databases, Office Suites, Software, Enterprise Software, Data Management
- Technical articles 2006-06-20
- Bizimg WakeUp (zip)
- The Bizimg WakeUp is an alarm clock with a photo screensaver and music alarms. Do not slumber away your important event! Simply start the program on your PC or a notebook. You can select a screensaver mode to see beautiful night photos. Or you can select a hidden mode and...
- Tags: Screensaver, Photograph, Bizimg WakeUp
- Software downloads 2007-11-28
- ImageOpen (zip)
- Image viewer (windows size = image size). Right-click for contextual menu access. Select the command "Open" to open a image file. Click on image to view next image (or commmand "Next"). Select "Previous" to view previous image. Select "Top" so that ImageOpen always stays on top of the others windows....
- Tags: Window, Microsoft Internet Explorer, Image, Construction, Web Browsers, Internet
- Software downloads 2007-06-15
- Advanced Zip Repair (exe)
- Advanced Zip Repair is a powerful tool to repair corrupted Zip and self-extracting SFX files. It can scan the Zip archives and recover your data in them as much as possible, so to minimize the loss in file corruption. Main features: can fix all sub-types of Zip files and all...
- Tags: Disk, DataNumen, Advanced Zip Repair, Zip, Productivity, Microsoft Windows, Operating Systems, Software
- Software downloads 2006-11-09
- Microsoft Excel
- Please give a simple explanation about using MS Word files transfered to MS Excel for mail merges. PROBLEM: zip codes beginning with "0" do not work. I went to various sites and got several formulas and they were very complicated and some did not work. ThanksDid you try...
- Tags: Microsoft Corp., Microsoft Excel, sbarnes@..., windows, ZIP code, Zip-code
- Q&A 2005-04-27
- Universal Converter (zip)
- This Universal Converter allows you to convert to and from many UK, US and metric units. To do a conversion, simply select a category (length, speed, surface, temperature, volume, weight...), select the source and the target units. The conversation is made on the fly as you type the source value.Version...
- Tags: Conversation
- Software downloads 2006-02-23
- Zip Codes
- I am preparing a huge mailing list for a mail merge. I've been instructed to sort by zip code. All of the mailing addresses are from the USA and Canada only. I removed the +4 digits for the US addresses, and put the Canadian zip codes in the cell with...
- Tags: jcole2@..., ZIP code
- Discussion threads 2007-10-25
- Memory2Web (zip)
- Quickly create entire Web sites to display your photos. Memory2Web allows you to select photos on your computer, specify the compression level to use and captions for each photo. You can categorize your photos to keep them organized and enter text to display on the homepage. You select a template...
- Tags: Photograph, Memory2Web
- Software downloads 2005-09-20
- Doing an "indirect" SQL SELECT
- Does anyone know how I can do an "indirect" SQL SELECT statement? (one in which the column to return from a table is not named explicitly, but is contained in a variable?)For example, instead of this:SELECT trailer FROM .... WHERE ...I need to be able to do something like this:DECLARE...
- Tags: ttobin100@..., SQL, SELECT @FieldName, DECLARE @FieldName nVarChar
- Discussion threads 2007-10-08
- MyIE2 Clock (zip)
- This plug-in displays a small clock with Maxthon browser. To change the clock settings, go to Maxthon 'Options' menu, select 'Advanced', click 'Maxthon Plugins', select 'MyIE2 Clock', and click on the 'Configure' button.
- Tags: Clock, stLancer, Web Browsers, Internet
- Software downloads 2005-11-15
- << Previous
- page 1 of 1
- Next >>