Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA 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 September 2nd, 2008, 02:17 PM
Authorized User
 
Join Date: Jan 2006
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
Default show records with only values

is there a simple way to show all the records in a text field that contain a value. i have a field in my table that doesn't require a value but i need to show all the records in that table that do have a value in that field. i'm trying to create a query to show only the records that have values in one paticular field. and its a text field so i cant use a simple <> to filter out a number range.

 
Old September 2nd, 2008, 04:59 PM
Friend of Wrox
 
Join Date: Jun 2008
Posts: 1,649
Thanks: 3
Thanked 141 Times in 140 Posts
Default

SELECT ... FROM tablename WHERE fieldname IS NOT NULL





Similar Threads
Thread Thread Starter Forum Replies Last Post
Exception Report - Show Only Duplicate Records amphion SQL Server 2000 1 April 6th, 2007 04:33 AM
Show number of records Vision G Access 2 June 3rd, 2006 03:01 AM
Show ALL records from one table janise MySQL 1 September 1st, 2005 06:08 PM
Doesn't show all records from a table janise Access 10 July 27th, 2005 04:19 AM
Want to show Records on ASP Page randomly pkdev Classic ASP Databases 3 July 28th, 2003 03:20 AM





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