Search results

  1. A

    ComboBox to CheckBox

    Dear All fellow members, I'd like to know how a checkbox can be set according to the query result ( Y / N only) ? I've tried to use any different approach but seems endded up with "You cannot sign a value to this object" error. I can do it with combo box but Its not suitable I think for...
  2. A

    Delete Error - TheRunCommand action was canceled

    I got an error message in deleting some rows in Access 2003. I don't know why this could be happened to me ? but in some rows it works fine deleting the rows. Here's my Delete Button code: Private Sub btnDeleteLocation_Click() On Error GoTo Err_btnDeleteLocation_Click If MsgBox("Are...
  3. A

    Delete confirmation button ?

    Hi everyone, I'd like to ask a question in regards to Deletion message. how to display the warning to user about currently selected row in a continuous form ? for example: my mouse is now "clicking" on top of "Item x" textbox, when the user click delete button, how to display in the...
Back
Top Bottom