Search results

  1. A

    Solved disable/enable command button based 2 combobox value

    hi, based on title, i can disable command button if i have only use 1 combobox value. the is like Private Sub Form_Current() If Combo10.Value = "SEMENTARA" Then Me.Command6.Enabled = True Me.Command8.Enabled = True Me.Command9.Enabled = False Me.Command7.Enabled = False Else...
  2. A

    Solved calculate textbox report

    thanks i understand and already run on live access and it work.
  3. A

    Solved calculate textbox report

    thanks sir.. it working, but if have add new field it will have error.
  4. A

    Solved calculate textbox report

    here my example, i can't share the real access due has very secret data
  5. A

    Solved calculate textbox report

    such as ?
  6. A

    Solved calculate textbox report

    hi, i have report need to calculate how many room have. total room have 18 field, below is the code i use...
  7. A

    Akai from Malaysia

    hi there, come here to increase my knowledge in ms access coding. thanks for accept me in this community
Back
Top Bottom