I need help with a WHERE statement. I don't really understand all of this so I can't tell whether it is an ACCESS SQL that won't work with my ASP pages, or whether this is just something that is not written correctly. I am fairly new to SQL so if anyone could explain what this SQL statement should be accomplishing (if anything at all) with the CLng part, I would appreciate it. I am copying most of these statements from an ACCESS database I am web enabling but have had to rewrite a lot of them to work on my pages. This one has given me a fit!
Any help is sooooo apreciated!
WHERE (((tblParts.PartType)='Cable') AND ((tblLocInv.LocID)=CLng([Forms]![frmPartMaint].[controls]![cboLocID])))
Any help is sooooo apreciated!
WHERE (((tblParts.PartType)='Cable') AND ((tblLocInv.LocID)=CLng([Forms]![frmPartMaint].[controls]![cboLocID])))