Search results

  1. T

    rename multiple instances of forms

    Perfect, this is because of people like you that its easier to improve our program. Thanks again
  2. T

    rename multiple instances of forms

    Bingo, thanks MajP for your time, I will play with it because the form frmMenu I did maximize it, so I would like the first row to open from about 1/2 inch from the top, I can put 1 more in a row so 12 forms total. Thanks again
  3. T

    rename multiple instances of forms

    Database upload link: https://autocaisse-my.sharepoint.com/:u:/g/personal/clarocque_autocaisse_onmicrosoft_com/EXtg4I_nVedJlMyNSpoBjloB2Y7ROZusDOeLw7UlHFgF3g?e=cof3PT
  4. T

    rename multiple instances of forms

    Thanks dbGuy, yes I did and the only thing that does is that the first form move and all the others are on top of each others, I also tried a few other, here an image I put the database on my one drive, here is the link, The original database made by Ken Sheridan is accessible on the frmMenu to...
  5. 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...
  6. T

    Open a form from a field in a specific table

    I will test it tomorrow, it is 5 o'clock in the morning here… thanks again Claude
  7. T

    Open a form from a field in a specific table

    Thanks, your code will be useful if there is no name in the table for the form size, than continue with the color form. Super!
  8. 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...
  9. T

    make the first letter uppercase

    Thank you Steve, I did copy the code in my code database, I will certainly test it. Thank you for having take the time to help. Claude
  10. T

    make the first letter uppercase

    This code works perfectly, thanks
  11. 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...
  12. T

    When cancel an event, all the check box unchecked

    Hi, reading on the net, I learned that I can do this by creating an update query so that all the checkboxes will be unchecked, I tried and it works on the first try... long life to the net. Now I have another problems is that I want to trigger an event for the boxes that are checked only, I am...
  13. 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