Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
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 March 23rd, 2012, 03:57 PM
Registered User
 
Join Date: Mar 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Hide any records that a condition is not met.

I am using Access 2003.
I am looking for a way to hide any records in a database that a specific condition is not met.
Example:
Code:
If [Age] = "25" then
Record.visible = true
Else
Record.visible = false
I don't know how to go about doing this and I will be grateful for any help.

Last edited by tweeter85usn; March 23rd, 2012 at 04:04 PM.. Reason: Notice of software used and add code tags.





Similar Threads
Thread Thread Starter Forum Replies Last Post
add condition to COMMAND;ignore records for 3 min aubie1 Crystal Reports 0 July 17th, 2006 11:41 AM
Question about counting records based on condition TheBlueSky Crystal Reports 1 May 31st, 2006 03:35 AM
Loop through records- stop if certain value met SoC Classic ASP Basics 2 July 28th, 2005 08:22 PM
Condition before insert the records mateenmohd SQL Server 2000 0 February 7th, 2005 09:13 AM
count records where condition not true (IIF??) rpeksens Access 3 September 19th, 2003 03:36 PM





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