Search results

  1. A

    How to refer to subform's field ?

    I have a form and it has a subform attached. I want to use a macro to move my cursor from my main's form field ( text box ) to a field ( textbox) in the subform. I want to use GoToControl function to execute it, the question is how to refer to the subform field ? I have already written like this...
  2. A

    How to disable Access Built-in MsgBoxes ?

    Are there any ways to disable Ms Access built-in msgboxes ? They disturbed my database design...
  3. A

    query of Payment Controlling, help...

    I have a Debitur table the primary key is Debitur ID and a Payment table has Debitur ID field as the child key. The Payment table tells people recorded in the Debitur table who has pay the loan . How to make a query of people recorded in the Debitur table who hasn't pay the loan ? Any people...
  4. A

    stop a triggered macro on exit

    I have put a macro on onexit event of a textbox to make sure it wasn't empty or null, by putting a message box and cancelevent action on the macro. The problem was when I decided to quit the form and left the text box empty, the macro was always triggered too...the message box was always...
Back
Top Bottom