Recent content by Fatima

  1. F

    Error Handling not active

    YES! Thanks RainLover that was the problem and it's working fine now!:D Thanks gemma-the-husky (Dave),but the problem was it's Suddenly stoped working! :rolleyes:
  2. F

    Error Handling not active

    Suddenly every error handle in my vba in all Access files (mdb,mde) <=(Sorry:NOT mde only mdb) on my computer became inactive :confused: (I got "Run Time Errors"), same files on any other computer are working fine any body know why this could happened? I'm using MS Access 2003 -I've done...
  3. F

    how to open a sub form with in a main form using command button...

    why you don't just open it in a subform within the form it self just add a subform control (child1)to your form and link it to the subform you need to open make it visible / invisible by clicking the command or make the command link it to your subform Private Sub Command20_Click() On Error...
Back
Top Bottom