CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Need Help with Count Parameters

Print topic Send  topic

Author Message
Sherri
Posted: 10/06/2004, 8:36 AM

I currently pull a record count, using this code, and display it in a label:

Q_PostMigrationCompleted.DBTotal.Value = Q_PostMigrationCompleted.DataSource.Recordset.RecordCount

Here's what I need to do - pull a count of records that have "Windows 95" in the Pre_OS Field.

How can I do this?

Thanks!
Joe
Posted: 10/08/2004, 7:59 AM

GRID.LABEL.Value = CCdlookUp("COUNT(FIELDNAME)", "GRID", GRID.DataSource.Where & " AND FIELD=Windows 95" , DBConnection1)


Hope this helps, This is done is ASP

Joe
Posted: 10/08/2004, 8:01 AM

Sorry i forgot an " before Windows 95

FIELD = "Windows 95"
Leo
Posted: 10/08/2004, 8:03 AM

You only need to use 'Windows 95 ' not "Windows 95"

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.