Sunday, July 2, 2017

Microsoft Access : How to add, rename and delete a field in Datasheet view



How to add a field in Datasheet view :
  1. On the Table Tools Fields tool tab, in the Add & Delete group, click the data type for the field you want to insert. Click More Fields to display an extended list of data types.
  2. In the column heading row, enter a name for the field.
How to  rename a field in Datasheet  view :
  1. Right-click the column heading for the field, and then click Rename Field.
  2. In the highlighted area, enter the new name for the field .
How to delete a field in Datasheet view :
  1. Right-click the column heading for the field, and then click Delete Field.
  2. Click Yes in the prompt that Access displays to confirm that you want to delete the field.

Monday, June 5, 2017

Visual basic : Studi Kasus 1


Buatlah sebuah program Visual Basic  dengan tampilan sebagai berikut :


Ketentuan :
  • Data yang diinput adalah kode transaksi, tanggal, nama pelanggan, alamat, jenis penyewaan dan lama/jumlah
  • Data yang muncul otomatis adalah harga sewa, sub harga, potongan, sub grand, pajak dan grand
  • Jenis Penyewaan akan muncul otomatis dan berpengaruh terhadap harga dengan ketentuan sbb :
    • panggung  --> Rp 2.000.000;
    • Kursi  --> Rp 25.000; 
    • Sound System --> Rp 900.000;
    • Taman --> Rp 350.000;
  • sub harga didapat dari harga x lama/jumlah
  • Potongan = 10% x sub harga
  • Sub grand didapat dari sub harga - potongan
  • Pajak = 10% x sub grand
  • Grand didapat dari sub grand + Pajak
  • Fungsikan tombol baru dan keluar sesuai dengan fungsinya :
    • Tombol Baru untuk membuat form bersih
    • Tombol Keluar untuk keluar program  
Catatan :
  1. Tugas dikirimkan via email paling lambat Selasa, 07/06/2017 Pukul 07.00 pagi.
  2. Subject email : Revisi_Kelas_Nama
  3. Tugas yang terindikasi Copas dari mahasiswa lain tidak akan dinilai.