CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Problems with dlookup

Print topic Send  topic

Author Message
netsys

Posts: 39
Posted: 07/10/2012, 11:33 AM

I'm having trouble with what should be a simple dlookup but getting no data.

If I do this:

Dim testclassID
testclassID = 2012071013072936946
Class_Times.Label1.Value = CCDLookUp("Class_SchedID","Classes_Scheduled","uniqueclassid=" & "'" & testclassID "',"DBsafehunters)

I get no data for the value.

If I do this: Class_Times.Label1.Value = CCDLookUp("Class_SchedID","Classes_Scheduled","uniqueclassid='2012071013072936946'",DBsafehunters)

I get the correct data. I'm assuming this has something to do with the fact that this is a text field, not a number field, but I can't seem to get that CCDLookup phrased correctly. Can someone help?
View profile  Send private message
netsys

Posts: 39
Posted: 07/10/2012, 11:59 AM

Nevermind - had some quotations out of place. Here's what worked:

Class_Times.Label1.Value = CCDLookUp("Class_SchedID","Classes_Scheduled","uniqueclassid=" & "'" & uniqueclassID & "'" & "",DBsafehunters)
View profile  Send private message

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.