Search results

  1. H

    Looking for the procedure...

    Hi anyone, some time ago i run into some module, sub, function..or class (don't remember now) which will insert the error handling code in every of the subs, function your database has..It was very handy...but i lost it somehow... So..I wonder if anyone is in possession of a such very handy...
  2. H

    Add a new record from subform?

    hi anyone, have a question. I have a form. The form has a subform. The Subform has a subform. Form - Subform - SubSubform. Question1: How to add a new record to subform from subsubform? Question2: I have an ennoying #Error display for some field, when its value not calculated yet..how to...
  3. H

    subform referral question

    hi guys, I have a form, form has a subform, the subform has a control.. if i use the structure: a=Forms(strFormName).Controls(strControlName).value with the form and the control on it, where strFormName and strControlName - strings describing the form's and control's name - it works...
  4. H

    Question - should it go in "Code Repository" section?

    This is not a question about code or anything... I would like to open a discussion of the best code or algorithm for making an order repetitive one. I mean: - there is an order with order description; - company has to fullfill that order on repetitive basis, say every thursday for like 2...
  5. H

    A little exercise for you you guys...:)

    I have a query. I need to update one of the fields. I need to update it in the next order; 1 1 1 2 2 2 3 3 3 and so on... Meaning i need to write the same number for three records then increase it, then again to write three times and so on..until the end of the query. There is about 2'000...
Back
Top Bottom