Recent content by saharalayer

  1. saharalayer

    Show a specific field

    Hello everyone... Thank you for your feedback. I have restored my memory, haha, and fixed the errors. The program is aimed at Arabic-speaking users, so the errors were due to language interference the client wants it in Arabic. Private Sub Combo6_AfterUpdate() On Error GoTo...
  2. saharalayer

    Show a specific field

    Thanks for your quick response My question is: When I choose Yes, the information entry box does not appear When you choose no. The data box appears
  3. saharalayer

    Show a specific field

    Hello everyone I have a question about showing a data entry field. Code: I made it and it works Private Sub Combo6_AfterUpdate() If Me.Combo6.Value = True Then Me.Text4.Visible = True Else Me.Text4.Visible = False End If End Sub In the menu there are two options...
  4. saharalayer

    Hello everyone

    Well, I found this site a week ago when I started my work after a break on MS Access from the time of study 2009. I look forward to reliving the years of forums in the past, from which I learned a lot. I specialize in designing and programming websites, especially online stores.
Back
Top Bottom