Search results

  1. U

    how to setfocus to a button on the subform and execute what's underneath that button?

    Hello I think the title explains a lot. 1. How to refer from mainform-button to subform-button AND execute whats underneath that button? Setfocus->Execute. Button on subform will be 'unvisiable'. Thanks in advance Ugurovic
  2. U

    Rowsource Locked

    Hi, I have a Form, Listbox and a field 'field1'. In 'field1' I search for label, description in table1, and table1 is connected to Listbox so I get in my listbox, only the records that I searched for. In the rowsource of the properties I have a sql the get records when I put something in...
  3. U

    Rowsource Locked

    Hi, I have a Form, Listbox and a field 'field1'. In 'field1' I search for label, description in table1, and table1 is connected to Listbox so I get in my listbox, only the records that I searched for. In the rowsource of the properties I have a sql the get records when I put something in...
  4. U

    How to number records correctly?

    Dear all, I want to have a clear numbering in my access db. Problem is like this. Now I have field with an input mask of "LABEL"0000;;_ , I have to put the value of the label myself but I want that the db checks de last value en adds a "+1" to make a new one. 'Autonumber' is not Ok because if...
  5. U

    How to LOOP a function to all forms?

    Hi I want to build a loop so I can loop 1 function to all forms. How do I do that? I want to put this loop under 1 button in the startform so that all forms get this function activated when the form is loaded. Thanks in advance Ugurovic
  6. U

    How to UNDO all changes made a record with subrecords

    Hi FORUM, I have a question. What I want is to cancel all changes made to a record when the record already exist. This could be easy, but it isn't because it is linked to subforms with other records. How to cancel all changes made in this form and subform? What VBA code do I need? Thanks...
Back
Top Bottom