Search results

  1. T

    database window help

    hi just go up whit the scrollbar on your right side !!
  2. T

    Unbound combo Boxes and a form with allow edit set to 'NO'

    hello, Private Sub cbo_GotFocus() Me.AllowEdits = True End Sub Private Sub cbo_LostFocus() Me.AllowEdits = False End Sub :)
  3. T

    Check Box Not Saving

    you have to be more specific, or in order to help you out you have to put some code on this forum.
  4. T

    Closing a report from within a form

    that was it !!!! Dear smart, Your problem is that you left stDocname empty !!!! here is the code. Private Sub scrStudent_AfterUpdate() On Error GoTo Err_AftUpdate Dim stDocName As String Dim absencelogged As String absencelogged = Nz(DLookup("[Name]", "[Qry_Preview_Current_Absence]"), "")...
  5. T

    Closing a report from within a form

    Hi, Can you Insert your code here, so i can help you
Back
Top Bottom