Search results

  1. R

    BeforeInsert Problem

    Hi, I've a problem in the BeforeInsert event of my form Temi. I putted this validation code: If IsNull(Me.descrizione) Then Cancel = True MsgBox "Descrizione Obbligatoria", vbInformation, "Validazione" Me.descrizione.SetFocus Me.Undo End If but if I try to...
  2. R

    sync a form and two subforms

    Hi, I'm new to access 2007 and I've been breaking my head over this problem for 2 days now and haven't managed to find a solution! I've a form named "Temi" that include other two subforms "Eventi" and "Esiti". Temi is related to Eventi with a field named "codice_tema", and Eventi is related to...
Back
Top Bottom