Search This Blog

Required Property for this field is Set to True

Jika ketika anda menambah record data pada tabel kemudian muncul pesan error: 'The field cannot contain a Null value because the Required property for this field is set to True. Enter a value in this field.' itu artinya field pada tabel tidak boleh kosong. Hal ini terjadi karena property Required field pada tabel di set ke TRUE yang artinya harus diisi pada saat menambah data.

Jika anda tidak ingin mengisi field tersebut maka property Required harus diubah menjadi No.

Adapun cara merubah property Required field pada tabel adalah:
  1. Buka tabel pada design view.
  2. Pilih filed yang akan diubah property-nya.


  3. Ganti property Required menjadi No.
  4. Save tabel.

No comments: