Search results

  1. D

    linking your combo boxes to a list box via a command button

    if one of the combo boxes is blank i still want to be able to see everthing in the list box, that relates to the selection made in combo boxes. ie. if i select one country in a combo box, i would like to see all its products and prices if the product combo box was left blank. Dharmesh
  2. D

    linking your combo boxes to a list box via a command button

    on the combo boxes i am selecting the row source and then using the code "Me.List28.Requery" on the after update on the properties. on the list box on row source i have the expression: Main.[Effective amount], Main.[ID code] FROM Main WHERE (((Main.[Agency scope])=forms!formtest!combo26) And...
  3. D

    Multiple reports onto one email

    Hi Is there a way of putting multiple reports onto a single email. Dharmesh
  4. D

    linking your combo boxes to a list box via a command button

    Thanks for this, but where would I put the code. Do i have to add this to the row source properties. Dharmesh
  5. D

    linking your combo boxes to a list box via a command button

    Hello I need to select information from different combo boxes. Using a command button, i would then like the information transferred onto a list box. I have so far managed to link all my combo boxes so the result comes out on a list box. if one combo box is left blank, i get no information in...
Back
Top Bottom