Search results

  1. E

    deleting a selected record in subform

    Hi Does anyone have any idea how to write in VBA a procedure to highlight and then delete a record selected by the user in a subform. I used CurrentRecord property but did not go really far. any suggestions thanks
  2. E

    WHY DO I NOT GET ANY ANSWER?????????????

    This is the third question that I ask and that is the third time I don't get any answer. Please let me know why? are my queries not clear? or you don't know the answer? It would be nice to have just an answer saying anything! thank you
  3. E

    Pb in my BeforeUpdate event

    Hello everybody I wrote a validation test in my beforeUpdate Event which DOES NOT WORK!!!! The user is prompted to enter a number if he leaves a textbox empty and I want the beforeUpdate event to be cancelled and the user be able to make its changes. However before the user can do anything...
  4. E

    default value problem

    Hi everyone I don't have a clue what's going on with my form and subform. In my form "Dataset Update" there is a subform "SirDatabase subform" which show all the manipulations done to one dataset. For each manipulation the dataset has a new update level. My field update level in my subform has...
  5. E

    changing properties of a closed form

    Hi all Here is my problem: I have a form containing a subform showing dataset delivered monthly. The user selects the name of a dataset in a combo box and can view automatically in the subform the changes that was done to the dataset overtime. The subform's source object is a form called...
  6. E

    End of Recordset???????????

    It is me again! I don't know what I have done with one of my form, but when I want to add a new record I have the following message: You can't go to the specified record, you might be at the end of the recordset. Previously it did work perfectly, any ideas what I might have done and especially...
  7. E

    Results of a search included in a form

    I have one form used as a search engine. On the form the user enters what he wants to search for: for example he wants the information about the CD sent in the year 1992, in the month May,.......those are the criteria for the search. Then I press a command which does the search. The button runs...
Back
Top Bottom