Search results

  1. I

    Solved Education Students and Classes

    Hi, I was making a database for an educational institute, which has classes for each level of education. There are 3 tables engaged together: Schools working with this institute, Classes holding in the schools, and the Students participating in classes. the schools and classes are unique, and...
  2. I

    TextBox condition not working

    Hi there... I got a situation and something is wrong. I dont know the problem is with the code or what. there is a text box which is for typing id in it, and a button to go to the record of that id, and I wanted to input a condition like this: sub CmdGotoID_Click () If TxtBoxID.Value = Me.ID...
  3. I

    Using Keyboard keys as condition in 2010 macro (not vba)

    Hello Everyone. I have an idea and i want to do something like this in form's BeforeUpdate Event: If {Ctrl+S Pressed} then RunMenuCommand Command SaveRecord Else If MsgBox("Do you want to save the form?",4)=6 then RunMenuCommand Command SaveRecord Else RunMenuCommand Command UndoRecord End...
Top Bottom