Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Database Design / December 2004

Tip: Looking for answers? Try searching our database.

How do I print only new records in Access?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Phillip F - 24 Dec 2004 09:29 GMT
How do I print client records based on date of entry utilizing template
created as MS Access report or as MS Word mailmerge document?  Information
includes multiple client addresses, multiple documents types and multiple
dates of record entry for each client.  The records to be printed come from
three tables.  The tables contain the same fields but are for different
counties.  The mailmerge template has already been created but is not
automated to print directly from the database. Thank you for any help you can
provide.
Jeff Boyce - 24 Dec 2004 12:46 GMT
Phillip

Consider, before you pursue this any further, revisiting your data
structure.  If you have identical tables to store data from different
(months, counties, clubs, ... fill in the blank), you are likely "committing
spreadsheet" on Access, a relational database.

Your task is made harder by the fact that you have to visit/refer to
multiple tables, and you will have to modify how you refer to those tables
every time you add/remove another (month, county, club, ... you get the
idea, right?).

On the other hand, if you had ONE table, with a single additional field for
"county" (in your situation), you could query against that ONE table for ALL
records matching a set of selection criteria.  For example, you could use a
DateCreated field to find all records added since that date.

Which brings up another opportunity for normalizing your data structure.
Any time you have a one-to-many relationship, you can create a "child" table
to hold the "many" records, rather than, as it sounds like from your
description, adding more columns ("... multiple document types and multiple
dates of record entry for each client."

I suspect you would find your task much easier if your data structure was
better normalized.

Signature

Good luck

Jeff Boyce
<Access MVP>

> How do I print client records based on date of entry utilizing template
> created as MS Access report or as MS Word mailmerge document?  Information
[quoted text clipped - 4 lines]
> automated to print directly from the database. Thank you for any help you can
> provide.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.