เมนูผู้ดูแลระบบ Workgroup 2007 มันอยู่ที่ไหน
กระทู้เก่าบอร์ด อ.Yeadram

 4,119   7
URL.หัวข้อ / URL
เมนูผู้ดูแลระบบ Workgroup 2007 มันอยู่ที่ไหน

คือว่าใน Access2003 นั้นมันจะมีเมนู ผู้ดูแลระบบ Workgroup อยู่ แตู่่พอมาใน Access2007 มันย้ายไปอยู่ตรงไหนครับ หรือมันเปลี่ยนใช้เมนูอื่นมาแทน ผมพยายามหาหลายวันแล้วยังไม่เจอเลย วอนท่านผู้รู้ช่วยบอกหน่อยครับ

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

1 @R02295
ลองดูจากที่นี่

http://office.microsoft.com/th-th/access/HP052578541054.aspx

http://support.microsoft.com/kb/918583
2 @R02303
ลองเข้าไปดูแล้วครับมันเป็นของ 2003 น่ะครับ ที่ต้องการคือ 2007 ลองค้นหาดูแล้วไม่มีครับหรือ 2007 ไม่มีคำสั่งนี้แล้ว
3 @R02304
http://support.microsoft.com/kb/918583

To use the Workgroup Administrator in earlier versions of Access, you could click Workgroup Administrator in Security on the Tools menu. To use the Workgroup Administrator utility in Access 2007, use one of the following methods.
Method 1: Use Visual Basic code
To use Visual Basic code, use one of the following methods.

    * Run the Visual Basic code in the Immediate window:
        1. In Access 2007, open a trusted database, or enable macros in the existing database.
        2. Press CTRL + G to open the Immediate window.
        3. Type the following line of code, and then press ENTER.
            DoCmd.RunCommand acCmdWorkgroupAdministrator
    * Create a module that contains the Visual Basic code:
        1. In Access 2007, open a trusted database, or enable macros in the existing database.
        2. On the Create tab, in the Other group, click Macro, and then click Module.
        3. Create a subroutine, and then paste the following Visual Basic code example into the subroutine.

DoCmd.RunCommand acCmdWorkgroupAdministrator

        4. Press F5 to run the code.

Method 2: Use the RunCommand macro action

   1. In Access 2007, open a trusted database, or enable macros in the existing database.
   2. On the Create tab, in the Other group, click Macro, and then click Macro.
   3. On the Design tab, click Show All Actions in the Show/Hide group.
   4. On the Macro1 tab, click RunCommand in the Action column, and then click WorkgroupAdminstrator in the Command list.
   5. Click Save.
   6. In the Tools group, click Run.

** ผมไม่ได้ใช้ 2007 เลยไม่สามารถ ทดสอบได้
4 @R02306
โอ้ว..ผมดูแล้วมันไม่ง่ายเลยนะครับเนี่ย สำหรับUserทั่วไปใช้2003ดีที่สุด งานนี้2007คงเหมาะสำหรับAdvanceเท่านั้น (ไฟล์ก็ใหญ่ติดตั้งก็ยากแถมยังใช้ยากอีก สุดยอด...) เดี๋ยวผมจะลองทดสอบตามคำแนะนำของคุณ Gerald ดูอีกสักครั้งถ้ายังไม่ได้คงต้องกลับไปหาแฟนเก่า2003ดีกว่า เฮ้อ..ไม่น่าดิ้นรนหาเรื่องลำบากเลยนะเนี่ย "ไปที่ชอบๆๆๆเถิดนะ2007"
5 @R02308
ตัวผมเอง ยังใช้ 2002 ทำงานเป็นตัวหลักอยู่
ตัว2007 ผมเวียนหัวกับ เมนูมันมาก ติดตั้งแค่หาความรู้กับทดลองใช้เท่านั้น
6 @R02312
เอ.. Microsoft เขามีเหตุผลอะไรนะจึงได้ปรับเปลี่ยนโครงสร้างและอินเตอร์เฟสใหม่ ให้มันใช้งานยากขึ้นขนาดนี้ ผมเองก็ยัง Happy กับ2002xp อยู่เลย เพราะมันทำงานได้รวดเร็วดีไม่ค่อยมีปัญหาอะไรจุกจิกให้ต้องปรับแต่งมาก แต่ที่เปลี่ยนมาใช้2003 ก็เพราะหน้าตามันสวยและมี Wizard ช่ายเตือนให้เราออกแบบงานได้ง่ายดียิ่งขึ้น แต่ก็ยังเจอปัญหาการคอนเวิอร์ดไฟล์เป็น MDE ที่ไม่สามารถนำไปเปิดกับ 2002 ได้โดยยังไม่ทราบสาเหตุครับ
7 @R08998
โอ้...มาหาข้อมูลเก่าคับ..มันเกี่ยวsecurityคับ
@ ประกาศใช้งานเว็บบอร์ดใหม่ => บอร์ดเรียนรู้ Access สำหรับคนไทย
แล้วจะใส่ลิ้งอ้างอิงมาที่โพสต์เก่านี้หรือไม่ก็ตามสะดวกครับ
Time: 0.4791s