[AccessD] SQL Syntax Problem

DWUTKA at marlow.com DWUTKA at marlow.com
Thu Aug 3 15:52:26 CDT 2006


Like '" & PID & "*'))

Also, keep in mind, if you are using ADO, the * should be a %.

Drew

-----Original Message-----
From: Kaup, Chester [mailto:Chester_Kaup at kindermorgan.com] 
Sent: Thursday, August 03, 2006 3:05 PM
To: Access Developers discussion and problem solving
Subject: [AccessD] SQL Syntax Problem

The following SQL gives a syntax error of compile error expected
expression when it gets to the & in this part   And ((ConfigMaster.PID)
Like '" & PID* & "')). I don't see the problem. PID is text.

 

strSQL = "SELECT ConfigMaster.PID, Count(ConfigMaster.PID) AS CountOfPID
INTO [tbl Pattern Occurances] " & _

             "FROM [tbl Producers in a Scaleup Pattern] " & _

             "INNER JOIN ConfigMaster ON [tbl Producers in a Scaleup
Pattern].ChildPID = ConfigMaster.ChildPID " & _

             "WHERE ((([tbl Producers in a Scaleup Pattern].PID)= '" &
PatternName & "' And ((ConfigMaster.PID) Like '" & PID* & "')) " & _

             "GROUP BY ConfigMaster.PID;"

 

Chester Kaup

Engineering Technician

Kinder Morgan CO2 Company, LLP

Office (432) 688-3797

FAX (432) 688-3799

 

 

No trees were killed in the sending of this message. However a large
number of electrons were terribly inconvenienced.

 

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list