|
|
|
Internet controls such as search boxes have something called "cue prompting" that can help indicate what the user should be entering. Is there some way I can still do something like this?
08/17/2010 07:27 AM
|
|
|
|
Rebecca Riordan continues her examination of paired Listbox controls by adding two additional functions: deferring data updates until users explicitly commit their changes, and restoring the contents of the paired Listbox controls to their initial state.
08/08/2010 06:40 AM
|
|
|
|
Russell Sinclair shows how to summarize data using PivotTables
07/19/2010 08:33 AM
|
|
|
|
Adding an e-mail facility to your Access application is a convenient way to communicate critical data to multiple users, while at the same time producing a trail linked to key records in your database. Keith Bombard shows you how.
07/16/2010 08:21 AM
|
|
|
|
For some applications you just can't get enough screen real-estate, especially when you have fields that display a large amount of text. Mike Toole describes an alternative to the Zoom box that not only looks and works better but avoids the Zoom box's spurious updates. His design can be used for creating any sophisticated custom dialog.
07/16/2010 08:08 AM
|
|
|
|
In this article, Keith Bombard shows off a routine that can reduce the time it takes to create a form to manage your update tables. This general-purpose routine can be used with any small table for editing, updating, adding, and deleting records.
07/15/2010 07:50 AM
|
|
|
|
Doug Steele looks at a common problem in database design: converting from one data classification schema to another. He then moves on to a related question: ensuring that there are no overlapping records in a list of ranges (for example, a list of scheduled events). This results in some thorny SQL, but the results can be used in a wide variety of circumstances.
07/09/2010 08:13 PM
|
|
|
|
This page is updated to show how I transferred from a database to another database (It was actually a SQL back to an Access ACCDB format) using a third database that was linked to both. There was no relationships in the target database so order of transfer wasn't important.
Code is at the bottom of the page.
07/07/2010 10:51 PM
|
|
|
|
Doug Steele helps you understand a few things to do with handling Time values.
04/25/2010 07:32 PM
|
|
|
|
Rebecca Riordan looks at the subject of handling dates. She begins by examining the DateTime data type and the joys of VBA date functions, but the core of this article is how to store values that represent periods in time. As Rebecca points out, much date-like data can't (or at least shouldn't) be stored in traditional DateTime fields.
06/10/2010 01:00 AM
|
|
|