the microsoft jet database engine does not recogni
กระทู้เก่าบอร์ด อ.Yeadram

 1,035   2
URL.หัวข้อ / URL
the microsoft jet database engine does not recogni

errorerror
the microsoft jet database engine does not recognize " as a valid field name or expression

คือ จะออกรายงาน จาก query crosstab
เิกิดจากอะไรครับ และมีวิธีแก้ปัญหาอย่างไร

2 Reply in this Topic. Dispaly 1 pages and you are on page number 1

1 @R14099
เอา sql เต็มๆมาแสดงให้ดูหน่อย
2 @R14131
ตามนี้ครับ
PARAMETERS [forms]![Test2]![Text1] Text ( 255 );
TRANSFORM First(Report_Work_Date.amount) AS FirstOfamount
SELECT Report_Work_Date.CREcode, Max(Report_Work_Date.amount) AS [ผลรวมของ amount], Month([Month1]) AS Expr1
FROM Report_Work_Date
WHERE (((Month([Month1]))=[forms]![Test2]![Text1]))
GROUP BY Report_Work_Date.CREcode, Report_Work_Date.Month1
PIVOT Report_Work_Date.Date1;
@ ประกาศใช้งานเว็บบอร์ดใหม่ => บอร์ดเรียนรู้ Access สำหรับคนไทย
แล้วจะใส่ลิ้งอ้างอิงมาที่โพสต์เก่านี้หรือไม่ก็ตามสะดวกครับ
Time: 0.3125s