|
kkwwex -> RE: Database Wizard Results Error Again (3/5/2008 9:59:21)
|
It won't even let me do that and unfortunately the only error that comes up is "Custom query contains error" and it doesn't provide any more details. the script runs just fine when i pull up the webpage but I can't edit the codes. here's the code I'm trying to edit. I just need to add another column. INSERT INTO Results (FranchiseNbr,Contact,Phone,AirbillNbr,CheckNbr,CheckDate,CheckAmount,ReimburseAmt,Reason,Submitted) Values('::FranchiseNbr::','::Contact::','::Phone::','::AirbillNbr::','::CheckNbr::',cdate(#::CheckDate::#),'::CheckAmount::','::ReimburseAmt::','::Reason::',#::Submitted::#) here's the 2nd code: SELECT * FROM Results WHERE FranchiseNbr= '::FranchiseNbr::' AND Submitted=cdate('::Submitted::') ORDER BY ID DESC
|
|
|
|