Tabel latar belakang pendidikan berisi daftar rincian jenjang pendidikan yang pernah ditempuh oleh seorang karyawan. Adapun nama field dan properti yang dibutuhkan untuk tabel latar belakang pendidikan adalah sebagai berikut:
Nama tabel: tblPendidikan
Nama tabel: tblPendidikan
- Field Name = no
- Data Type = Numeric
- Description = Nomor urut
- Field Properties - General Tab:
- Field Size = 4
- Caption = Nomor Urut
- Field Name = NIP
- Data Type = Short Text
- Description = Nomor identitas pegawai
- Field Properties - General Tab:
- Field Size = 10
- Caption = N I P
- Field Name = jenjangPendidikan
- Data Type = Short Text
- Description = Jenjang pendidikan yang diambil
- Field Properties - General Tab:
- Field Size = 255
- Caption = Jenjang Pendidikan
- Field Name = periodeDr
- Data Type = Date
- Description = Peride mulai jenjang pendidikan
- Field Properties - General Tab:
- Field Size = 8
- Format = mmmm yyyy
- Caption = Dari Periode
- Field Name = periodeSd
- Data Type = Date
- Description = Peride berakhirnya/tamat/lulus jenjang pendidikan
- Field Properties - General Tab:
- Field Size = 8
- Format = mmmm yyyy
- Caption = Sampai Periode
- Field Name = namaLembaga
- Data Type = Short Text
- Description = Nama lembaga penyelenggara pendidikan
- Field Properties - General Tab:
- Field Size = 255
- Caption = Nama Lembaga
- Field Name = kotaPenyelenggara
- Data Type = Short Text
- Description = Kota tempat menempuh pendidikan
- Field Properties - General Tab:
- Field Size = 255
- Caption = Kota
- Field Name = jurusanProgramStudi
- Data Type = Short Text
- Description = Jurusan/Program studi
- Field Properties - General Tab:
- Field Size = 255
- Caption = Jurusan/Program Studi
- Field Name = lulus
- Data Type = Boolean
- Description = Beri tanda centang bila lulus
- Field Properties - General Tab:
- Field Size = 1
- Format = Yes/No
- Caption = Lulus
Comments
Post a Comment