Search results

  1. U

    How to LOOP a function to all forms?

    No problem, you were great to help, i appreciate that! thank you kind regards ugurovic
  2. U

    How to LOOP a function to all forms?

    I think the best idea is to forget the "ALL resize form function", I'm just going to put in each load event the function "ResizeForm Me", and than the case is closed, every screen gets his resized shape with no problems. Thanks Access World Forums!! Thanks for you to keep answering my...
  3. U

    How to LOOP a function to all forms?

    I've coded a function that gets loaded when the first form is loaded. The problem is, it only gets active on forms that is open, not opened forms don't get resized... can someone view the code please... I want to get I activated on form that aren't open yet, so if I do open it, it gets in a...
  4. U

    How to LOOP a function to all forms?

    I think the simpelst solution, I say this with all the respect and thanks in the world, that you put a form with the button, resize module jamie szernik, and the code, so I can see and copy that because with just typing and saying, it doesn't work that well. Can you do that? Regards
  5. U

    How to LOOP a function to all forms?

    No, I think you don't get it. When I press the button, screen gets resized, but can I perform the resizing backwords. It's like this, I create 1 button, when I press it once, screen gets resized (step1); when I press it again, screen gets resized (step2); when I press again, screen gets...
  6. U

    How to LOOP a function to all forms?

    and when you want to undo a resize, to go backwords, "press resize button" => resize, press another "undo resize button" => undo resize, what vba do I need for that to undo a resize? thanks ugurovic
  7. U

    How to UNDO all changes made a record with subrecords

    change my code into what, could you give an example
  8. U

    How to LOOP a function to all forms?

    Any takers?? Kind regards Ugurovic
  9. U

    How to UNDO all changes made a record with subrecords

    Ok, I understand, I have just tested it, but it doesn't work with a bound field and a dependant field, example: Field1: Name, Field2: =Field1.Column(1), if Field1 is filled, automatically Field2 gets filled, and with escape we cannot delete this... hmm how to undo independant field with the...
  10. U

    How to UNDO all changes made a record with subrecords

    No, with escape I delete the field value, if I close the form, changes are saved. I just want to exit the form without changes being made to the record... if there are fields changed, these fields may not be written to the table, that's my goal. changes made => user is wrong => button 'close...
  11. U

    How to UNDO all changes made a record with subrecords

    No I am not confused. With forms I put data into tables. Indeed, with forms I display records of tables. No I am sure, for so far my experience, what Access can do and cannot do. Kind regards Ugurovic.
  12. U

    How to UNDO all changes made a record with subrecords

    example: Headform Name Number Adress Age Subform1 School AdressSchool Subform2 Girlfriends Boyfriends Now this is 1 record I made, I press save and it's finished. At a later stage, 1 month later I go to the record, I open the form where I can modify the record (it's linked with ID...
  13. U

    How to UNDO all changes made a record with subrecords

    Hey thanks for your reply. Excuse me for my bad english... I first make the records. These records are filled in into the headform and subform, so 1record can have several subrecords. When this is done, this goes into the table. But when I open the record (with its form to modify) and I...
  14. U

    How to LOOP a function to all forms?

    Dear, I want to apply the resize function with 1 button to all forms. When I press the button, resizing ON, when I press again, resizing OFF. ResizeForm module is from Jamie Czernik, you find that on the net. I hope this reply will lead to the answer... Thanks DCrake. Kind regards...
  15. 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
  16. 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