Hi,
can you please advice how I can disable fields in access.
I want to disable fields as per combo box selection. (option-"vc";"non-vc")
I tried below codes but other fields are still enabled. I want to disable that tields based on combo box option.
Private Sub Mat_type_AfterUpdate()
If...