Search results

  1. Superpat

    Solved Synchronize 2 Combox

    @CarlettoFed, Sorry I don't see your new message.
  2. Superpat

    Solved Synchronize 2 Combox

    Hello, I move forward in my project, It's near good. I added a function : Public s_Modules As String Public s_Bases As String Public Function RendValeurBase() As String RendValeurBase = s_Modules End Function In lst_Module the code : SELECT DISTINCT tblVariables.Modules...
  3. Superpat

    Solved Synchronize 2 Combox

    It's clever !
  4. Superpat

    Solved Synchronize 2 Combox

    Thanks @GPGeorge, I look that, for me it takes time.
  5. Superpat

    Solved Synchronize 2 Combox

    In french it's call "Zone de liste déroulante"
  6. Superpat

    Solved Synchronize 2 Combox

    Thanks @CarlettoFed, its works, but what appens with "All". Perhaps an iif in "[Forms]![f_Variables]![lst_NomBase]", I try it but I cannot do.
  7. Superpat

    Solved Synchronize 2 Combox

    Hello, I have a form with two combobox. The combobox, lst_NomBase SELECT DISTINCT [NomBase] FROM tblVariables UNION SELECT " Tous" AS NomBase FROM tblVariables ORDER BY tblVariables.[NomBase]; Private Sub lst_NomBase_AfterUpdate() Dim sNewvar As Variant If Me.lst_NomBase = "...
  8. Superpat

    Solved List module name

    I take the option of @cheekybuddha, It works perfectly. Sorry for my last reponse, I think it was the reponse of @Pat Hartman
  9. Superpat

    Solved List module name

    Thanks very much @arnelgp and @cheekybuddha It's what I want.
  10. Superpat

    Solved List module name

    Hello, I have two options to list module name : The first list only the current module of the database, the second can list module outside of the database open. Is there a solution to list the current module or an exterior module with the same code. Public Sub listSubFuncVBA10(PathBase As...
  11. Superpat

    Solved Try to transmit a combination of keys to a module by sendkeys

    @Josef P. , sorry I cannot for the form, also with Rubberduck (and I changed the shortcut) However, the module are good and for the form I have the method of @ebs17 Thanks for help to you all.
  12. Superpat

    Solved Try to transmit a combination of keys to a module by sendkeys

    Thanks, I try to install Rubberduck, but of memory, Ihave some problem with it. See you later.
  13. Superpat

    Solved Try to transmit a combination of keys to a module by sendkeys

    Here he is. Form to open is f_NumerotationFormModules and thanksto try.
  14. Superpat

    Solved Try to transmit a combination of keys to a module by sendkeys

    Yes, I will do (after eaten). Good appétit !
  15. Superpat

    Solved Try to transmit a combination of keys to a module by sendkeys

    Yes, the VBE add-in already is loaded. In my "Sub essaiNumFormulaire()", it never works. In my Private Sub cmdTest_Click(), I have to click two time for it works. It is very curious.
  16. Superpat

    Solved Try to transmit a combination of keys to a module by sendkeys

    Hello @Josef P. , I try It, for Indent a module it do. For a form it do not. I create also a button in my form : Private Sub cmdTest_Click() ' SmartModule "Inutiles2" 'OK SmartFormulaire "f_EquilibrageEssai" 'Not Ok End Sub In the same module as Function SmartFormulaire it works Sub...
  17. Superpat

    Solved Try to transmit a combination of keys to a module by sendkeys

    I am sorry, I come back. Its different if I call from NumForm to NumForm or I call to Form_f_NumerotationFormModule to NumForm My code in NumForm, all are right and works perfectly : Sub essaiNumForm() Dim sNomForm As String sNomForm = "f_equilibrageEssai"...
  18. Superpat

    Solved Try to transmit a combination of keys to a module by sendkeys

    All are good. Thanks you very much
  19. Superpat

    Solved Try to transmit a combination of keys to a module by sendkeys

    Thanks, exactly, I try with a module and it work, but not in a form.
  20. Superpat

    Solved Try to transmit a combination of keys to a module by sendkeys

    Thanks @Josef P. It open forms but it does not.
Back
Top Bottom