Nama tabel: tblMenus
Tabel tblMenus digunakan untuk menyimpan data pengaturan menu yang akan kita buat sendiri.
Tabel tblMenus digunakan untuk menyimpan data pengaturan menu yang akan kita buat sendiri.
- Field Name = Id
- Data Type = AutoNumber
- Description = Nomor identitas form
- Field Properties - General Tab:
- Field Size = Long Integer
- Caption = Nomor Id
- Field Name = IdForm
- Data Type = Text
- Description = Nama form seperti yang tercantum pada Navigation pane
- Field Properties - General Tab:
- Field Size = 100
- Caption = Id Form
- Index=Yes(No Duplicates)
- Field Properties – Lookup Tab:
- Display Control= Combo Box
- Row Source type= Table/Query
- Row Source= SELECT Name FROM MsysObjects WHERE Left$([Name],1)<>"~" AND Type=-32768 ORDER BY Name;
- Bound Column=1
- Column Count=1
- Column Widths=2
- List Width=2
- Limit To List=Yes
- Field Name = NamaForm
- Data Type = Text
- Description = Nama form yang tertulis pada Caption dari form
- Field Properties - General Tab:
- Field Size = 100
- Caption = Nama Form Pada Menu
- Field Name = NamaIjin
- Data Type = Text
- Description = Ijin hak akses pengguna yang diperlukan untuk membuka form ini
- Field Properties - General Tab:
- Field Size = 100
- Caption = Nama Ijin Pada Admin Pengguna
- Field Name = Induk
- Data Type = Number
- Description = Menu induk, mengikuti Id
- Field Properties - General Tab:
- Field Size = Long Integer
- Caption = Menu Induk
- Default Value=0
- Field Properties – Lookup Tab:
- Display Control= Combo Box
- Row Source type= Table/Query
- Row Source= SELECT Id, NamaForm FROM tblMenus;
- Bound Column=1
- Column Count=2
- Column Widths=0";2"
- List Width=2
- Limit To List=Yes
- Field Name = NoUrut
- Data Type = Number
- Description = Urutan nama form yang akan dicantumkan pada menu/submenu
- Field Properties - General Tab:
- Field Size = Long Integer
- Caption = No Urut di Menu/Submenu
- Default Value=0
- Primary key : Id
Comments
Post a Comment