Search results

  1. T

    rename multiple instances of forms

    Hi everyone, I have the code to create multiple instances of a form, maximum of 12. I would like these 12 forms to be temporary rename so I can use the "DoCmd.MoveSize" command to show each one of them to a particular place on the screen. When the user is done, delete the forms. So the name I...
  2. T

    Open a form from a field in a specific table

    I have a table named "JewelryStyles" in that table I have 2 text field that contains names of form I want to open using VBA at a specific point, in my recordset, I have the name of form, so what should be the command to open that form from an rst? Image: Here is the code so far: Private Sub...
  3. T

    Trigger an event based on checkbox value in a subform

    Good afternoon, I have a form named [Formulaire des paiements-clientsCombiné] and a subform named [sbfActiveOrdersPaiements] on which I have 4 fields, one of them being a checkbox named "Combiner" I have 4 fields in that subform: "Table", "État", "NoComm" and "Combiner" On the main form, I have...
  4. T

    When cancel an event, all the check box unchecked

    Good evening, I have a form named [Formulaire des paiement-clientsCombiné] on which I have a subform named [sbfActiveOrdersPaiements] that triggers event when I click on the check box, however, if for some reasons I want to cancel that event, I have a button named cancel and when I click on...
Top Bottom