Susan Sales Harkins is an IT consultant, specializing in desktop solutions. Previously, she was editor in chief for The Cobb Group, the world's largest publisher of technical journals.
Even your least technical Access users can improve the performance of their databases. Susan Harkins shares some basic tips those users can put to work right away.
Copying data from one Excel column to another often means an additional task; you must adjust the target column’s width. Fortunately, there’s an easy way to do so using Paste Special.
Excel’s ascending and descending sort options are powerful tools, but they won’t always sort values in a familiar and meaningful way. When this is the case, you might need a custom sort.
You don’t need a complex set of expressions or even VBA to sort Access date values by specific components, such as month or year. Use DatePart() and sort on its results.
When a VBA solution falls short of your needs, there’s probably a Windows API function that can handle the job. Susan Harkins lists 10 handy APIs and explains how you can put them to work.
Formatting every other row is easily accomplished using conditional formatting. Fortunately, conditional formatting can handle something more specific, formatting every even or odd row.