Search results

  1. R

    get listbox values from combobox multiples selection

    is this true what ever number of respav for example > 2 ???
  2. R

    get listbox values from combobox multiples selection

    can you show me how please?
  3. R

    get listbox values from combobox multiples selection

    yes i change combobox qoui and concerne to simple one value to record one value. but in resposable avisé i want MVF then i want to record multiple values in one time the target is to get the related emails stored in resp_acc table
  4. R

    get listbox values from combobox multiples selection

    how that in this case : look at db in the attachement
  5. R

    get listbox values from combobox multiples selection

    result: choose one value in MVF (respavCBO) query1 give the related email but if you choose two valus in MVF (respavCBO) query1 give just one email and not two
  6. R

    get listbox values from combobox multiples selection

    can you expalin in the db and post it to test
  7. R

    get listbox values from combobox multiples selection

    in this db a want to get the emails in listbox from selectin combobox multiple choises. how can i get it into table (t_dci) automatiquely thank you for help me. db in the attachements below login : admin passe :1234
  8. R

    Insert selected item into Access table

    in this db a want to get the emails in listbox from selectin combobox multiple choises. how can i get it tank you for help me. db in the attachements below login 🏸 admin passe 1234
  9. R

    Insert selected item into Access table

    yes the problem in the else statement
  10. R

    Insert selected item into Access table

    yes problme in else if statement thank you
  11. R

    Insert selected item into Access table

    please what is the error in this code : Private Sub srvCBO_afterupdate() Me.email_txtBox.Requery If Len(Me.srvCBO & "") <> 0 Then Me.email_txtBox = DLookup("Email_Exp", "t_natexp", "service_con = '" & Me.srvCBO) & "" Me.email_txtBox = "" End If End Sub
  12. R

    Insert selected item into Access table

    Perfect ;) thank you very mach you are the [Boss];
  13. R

    Insert selected item into Access table

    admin 1234
  14. R

    Insert selected item into Access table

    arnelgp thank you for your help ..at this moment i can't resolve the problem can you help me please :)
  15. R

    Insert selected item into Access table

    i want to click to sendbtn to Emailing without click to the item of listbox
  16. R

    Insert selected item into Access table

    the value is not insert into table (t_rec) until I click on the listbox emailztxt i try a method to select item but is not working code : Private Sub nom_mainCBO_afterUpdate() Me.emailztxt.Requery Me.emailztxt.Selected(0) = True CurrentDb.Execute "insert into t_rec (email) select '" &...
  17. R

    Insert selected item into Access table

    the value is not insert into table (t_rec) until I click on the listbox emailztxt i try a method to select item but is not working code : Private Sub nom_mainCBO_afterUpdate() Me.emailztxt.Requery Me.emailztxt.Selected(0) = True CurrentDb.Execute "insert into t_rec (email) select '" &...
  18. R

    Insert selected item into Access table

    hello this is my 1st post in this forum i need help: i have table (t_rec ; column email) and form contain combobox named (nom_mainCBO) and listbox named (emailztxt) contain value depent to the selection of comobox. the problm is : i want to insert the value of listbox (one item) to the table...
  19. R

    Insert selected item into Access table

    hello i m new in this forum proud to be here
Back
Top Bottom