Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 25th, 2005, 11:20 AM
Friend of Wrox
 
Join Date: Jun 2005
Posts: 181
Thanks: 0
Thanked 0 Times in 0 Posts
Default Unique records for reports

Hi All
I have a database that individual calls are logged for the building of system units.Access generates a report in RTF format which is sent by e-mail Ten users use this database to log these builds. The problem I have is that is if two users are using the database at the same time the report generates two builds on the one report.I need to be able to generated the report with only one system build. Is there any way to code the report so that it generates only one record for each report.
Thanks
Brendan Bartley

Brendan Bartley
__________________
Brendan Bartley
 
Old November 27th, 2005, 01:08 AM
Authorized User
 
Join Date: Nov 2003
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to bjackman Send a message via MSN to bjackman
Default

Need more detailed info on what your capturing in way of data and how your generating the report, it may be as simple as putting a criteria in the query the report is based off of. You can click on build in the query constructor and tell it to use a unique value from the form the user is looking at, if that makes sense.

 
Old November 28th, 2005, 06:35 AM
Friend of Wrox
 
Join Date: Jun 2005
Posts: 181
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The Details are captured on a form and through a query generates a report in RTF when the analyst clicks the send icon on the form the report is generated and automatically e-mails the details

Thanks
Brendan

Brendan Bartley





Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Variables to Count Unique Records Dallas Miller BOOK: Professional SQL Server 2005 Reporting Services ISBN: 0-7645-8497-9 0 October 18th, 2007 08:03 AM
Inserting unique records from a table to another elygp SQL Server 2000 0 September 10th, 2007 01:58 AM
Unique Records arholly Access 9 December 14th, 2006 08:22 AM
SQL script to create a unique ID for records chubnut SQL Server 2000 1 October 16th, 2006 07:25 AM
Generating 5 unique random records from a database ps124 ASP.NET 1.0 and 1.1 Basics 2 March 8th, 2004 05:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.