Search results

  1. A

    Delete records on subform

    Hi everybody, I have a button on the main form to delete records on a subform. I use this code: Private Sub BtnDeleteContact_Click() Dim Respons As String Dim Msg, Style, Title, Response As String Msg = "You are about to delete this contact." Style = vbOKCancel + vbQuestion +...
  2. A

    Tab Control Add/Remove pages

    Hello, I have a form bound to a table, in the table I have a record with a number from 0 to 10. Depending on that number from the record I want to show the TabControl with a number of pages equal to the number from the table + 1 (e.g 0 = 1 Tab page, 3 = 4 Tab Pages). Can anyone help me with the...
Back
Top Bottom