Search results

  1. A

    How to refer to subform's field ?

    refering subform's field in macro statement I use macro, not VBA. Can you tell me how to refer to subform field in macro's GoToControl statement. In order to move the cursor to the field in the subform ? Thanks again...
  2. 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...
  3. A

    How to disable Access Built-in MsgBoxes ?

    Thanks, I'll try it Thanks friend , I'll try it....
  4. A

    How to disable Access Built-in MsgBoxes ?

    The msgbox like this... I had a form to input my members club. I had made a command button to close the form. In the button I put a macro to close the form. I had tried to test the form by filling it with new data. If all fields were filled, it was oke, but if a primary key field left empty the...
  5. A

    How to disable Access Built-in MsgBoxes ?

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

    query of Payment Controlling, help...

    Not Operational syntax Thanks for your answer friend, but I didn't ask about making an operational syntax in the query to get the saldo or the amount of the loan left, but I wanted to make a table from a query that only contained people in the Debitur table who hadn't paid the loan yet. You...
  7. 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...
  8. A

    stop a triggered macro on exit

    Example ? Would you tell me what the actions of the macro are ? Do you mean disabling the textbox enabled_property ?
  9. 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