เรียนปรึกษาหน่อยครับ
(ผมลองหากระทู้เก่าๆ ไม่เจอวิธีแก้ปัญหานี้นะครับ ถ้ามีก็ขอโทษด้วย)
ผมมี File access ชื่อ abc.accdb เขียนด้วย Access2007 และใช้มาซักระยะแล้ว
บน Win10 แต่เมื่อวานมีการ Reset Win10 แล้วลง Office2007(32bit) ใหม่
(ก่อนลง Office2007 ได้ทำการ Uninstall Office365 ที่ติดเครื่องออกก่อน)
ตอนลงเสร็จใหม่ๆ ยัง make accde ได้ แต่วันนี้ไม่ได้แล้ว
แต่ลองเอา abc.accdb ไป make ที่เครื่องอื่นได้นะครับ
อยากเรียนปรึกษาอาจารย์หน่อยครับ มีท่านใดเคยเจอแบบนี้ไหมครับ
หมายเหตุ:เครืองผมจะ Set System Locale เป็น Thai ตลอดนะครับ
เครื่องอื่นๆที่ผมมีก็ Set Locale เป็น Thai เหมือนกันครับ
ผมมี Table ไม่เกิน 10, Form ไม่เกิน 10, เป็นโปรแกรมที่เล็กมากครับ
ERROR:
Microsoft Office Access was unable to create the .accde, .mde, or .ade file.
This error is usually associated with compiling a large database into an MDE file. Because of the method used to compile the database, a considerable number of TableID references are created for each table. The Access database engine can only create a maximum of 2048 open TableIDs at one time. Exporting a database as an MDE potentially can exceed this limit if the database has a large number of objects (table, macro, form, report, etc).
There is no accurate method to estimate the number of TableIDs the Access database engine uses during the process of compiling a database as an MDE. However, each VBA module and each form uses one TableID, as a result, if the database has 500 forms, and each form's HasModule property is set to Yes, as many as 1,000 TableIDs are used.