Search results

  1. B

    how to prevent user to quit subform

    Hi i have a subform wich is used to insert Percentage of an activity, what i want is to prevent user to insert something greater or less than 100%!!! (sum(Activity Percent) should be 100% Exemple: Activity Code | Activity Desc | Activity Percent 01 | Programmer...
  2. B

    Multi Form based on one table

    Hi, I have a big Questionnaire in multi pages, i want to give the user the same interface like on the paper for that i created multiples Forms (frmPage1, frmPage2, ...frmPage17) when the user click on the next button to go to the second form (frmPage2) i want to continue to enter in the same...
  3. B

    Enabling next button

    Hi, I have a form that contain a subform as a last control, i want when i finish entering data on this subform, to enable the next button (in the main form) Mainform : frmPage1 subForm: SubHolder Next Button: cmdNext i put this code but it's not working (error) Private Sub...
Back
Top Bottom