Recent content by Brahim

  1. B

    how to prevent user to quit subform

    it 's not working :confused: :confused: the problem is that the calculated field (text box) sumPercent is not updated when i am still in the Activity percent field this the trick problem example: Now: Activity Percent(Row1) = 75 || Activity Percent(Row2) = 50 but the SumPercent still = 75...
  2. 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...
  3. B

    would like to have zeros instead of a null value for crosstab queries

    Hi, i have the same problem but unfotunately it's not working, even with nz([field],0) when i go to inside the report's record source and run it those field contain zero but when i run the report itself the same record show blank (null) please help me
  4. B

    Multi Form based on one table

    The problem is i have 17 form and some have the same table by example frmPage1 and 2 and 3 have the same source : tblIdentInfo frmpage14, 15, 16 also the same source tblxxxx but all those form have the same fields to link them each other.. i think that the solution need to be on different forms
  5. B

    Enabling next button

    thanks
  6. 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...
  7. 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