Skip to main content

Membuat Tabel Induk Identitas Perusahaan

Tabel yang disimpan dengan nama tblIdentitasPerusahaan digunakan sebagai identitas perusahaan. Identitas ini biasanya diletakan di bagian atas dari sebuah form atau report. Selain itu, tabel ini juga digunakan untuk keperluan administrasi surat keluar masuk. Field yang dibutuhkan adalah sebagai berikut.
  1. Field Name = Nama
    1. Data Type = Text
    2. Description = Nama perusahaan
    3. Field Properties - General Tab:
      1. Field Size = 100
      2. Caption = Nama Perusahaan
  2. Field Name =  Alamat
    1. Data Type = Text
    2. Description = Alamat perusahaan
    3. Field Properties - General Tab:
      1. Field Size = 100
      2. Caption = Alamat
  3. Field Name =  Kota
    1. Data Type = Text
    2. Description = Kota tempat perusahaan itu berada
    3. Field Properties - General Tab:
      1. Field Size = 50
      2. Caption = Kota
  4. Field Name =  Propinsi
    1. Data Type = Text
    2. Description = Propinsi tempat perusahaan itu berada
    3. Field Properties - General Tab:
      1. Field Size = 40
      2. Caption = Propinsi
  5. Field Name =  KodePos
    1. Data Type = Text
    2. Description = Kode pos perusahaan
    3. Field Properties - General Tab:
      1. Field Size = 5
      2. Caption = Kode Pos
      3. Input Mask = 00000
  6. Field Name =  Negara
    1. Data Type = Text
    2. Description = Negara tempat perusahaan itu berada
    3. Field Properties - General Tab:
      1. Field Size = 50
      2. Caption = Negara
  7. Field Name =  Telp
    1. Data Type = Text
    2. Description = Nomor telepon perusahaan
    3. Field Properties - General Tab:
      1. Field Size = 30
      2. Caption = Nomor Telepon
      3. Input Mask = !\(999") "000\-0000
  8. Field Name =  Fax
    1. Data Type = Text
    2. Description = Nomor fax perusahaan
    3. Field Properties - General Tab:
      1. Field Size = 30
      2. Caption = Nomor Fax
      3. Input Mask = !\(999") "000\-0000
  9. Field Name =  Website
    1. Data Type = Text
    2. Description = Website atau URL lengkap
    3. Field Properties - General Tab:
      1. Field Size = 100
      2. Caption = Website
  10. Field Name =  Email
    1. Data Type = Text
    2. Description = Alamat email, jika ada
    3. Field Properties - General Tab:
      1. Field Size = 100
      2. Caption = Email
  11. Field Name =  NPWP
    1. Data Type = Text
    2. Description = Nomor Pokok Wajib Pajak (NPWP)
    3. Field Properties - General Tab:
      1. Field Size = 30
      2. Caption = N P W P
      3. Input Mask = 00.000.000.0\-000.000;;_
  12. Field Name =  NPPKP
    1. Data Type = Text
    2. Description = Nomor Pengukuhan Pengusaha Kena Pajak (NPPKP)
    3. Field Properties - General Tab:
      1. Field Size = 30
      2. Caption = N P P K P
      3. Input Mask = 00.000.000.0\-000.000;;_

Comments

  1. Terimakasih informasinya atas panduan Membuat Tabel Induk Identitas Perusahaan, sangat membantu

    Info cpns dan lowongan kerja terbaru

    ReplyDelete

Post a Comment

Posting Terpopuler

Normalisasi, Denormalisasi, dan Anomali Database

Membuat Fungsi Untuk Menghitung Pajak Penghasilan PPh 21 di MS Access

Format Untuk Field Dengan Tipe Data Number dan Currency di MS Access