Search results

  1. D

    multi-select listbox items to pass into textboxs

    I have an access project that I am working on and need to be able to select multiple items from a listbox and have the exact selections appear in a textbox on the same form. I have looked around and have not been able to find any code that works. I have tried: Me.user2 =...
  2. D

    Compile Error: Invalid Qualifier

    Hello, I have the code below and am trying to have a a form allow Text Box to become visible based on selected items from a List box. Can some one please help as I am getting the error listed? THANK YOU...<<<<<<<<<<<<<<< Private Sub specific_opt_Click() Dim users As Control Dim ctrler As...
  3. D

    Compile Error: Invalid Qualifier

    Hello, I have the code below and am trying to have a a form allow Text Box to become visible based on selected items from a List box. Can some one please help as I am getting the error listed? THANK YOU...<<<<<<<<<<<<<<< Private Sub specific_opt_Click() Dim users As Control Dim ctrler As...
Back
Top Bottom