Search results

  1. R

    Can please some one tell me how to disable "Microsoft access" control box

    i need help on disabling the main access close button so that the only way a user can close my system is by clicking on my command button i have tried putting the following code in my module: Option Compare Database Option Explicit Public Declare Function apiEnableMenuItem Lib "user32" Alias...
  2. R

    How to refer to a subform within a subform from the parent form

    I am trying to refer to a subform within a subform from my parent form how do i do this? Also i want to refer to my parent form from my subform and the subform within the subform. Any suggestion would help!!!!
  3. R

    Getting the sum of two fields

    I am trying to calculate the sum of two fields multiplied together in my subform and return it to a bound text box in my main form. Any suggestion will help. I have already worked out the way to calculate the sum of the two fields by creating a unbound text box in my subform by placing the...
Back
Top Bottom