Search results

  1. B

    List Box: Populating table from form

    Hi, I have a form with various list boxes that display options based on a query. When options are selected the text relating to them is populated in a seperate text box at the side. The problem im having is when I select options from the list box I want it to store the selected options in the...
  2. B

    VBA Code Problem with combo boxes on a form

    Im using the following vba Code to try and populate a text box with multiple line based on selections from a list box. Private Sub Precautions_AfterUpdate() Dim Criteria As String Dim ctl As Control Dim Itm As Variant Set ctl = Me.Precautions For Each Itm In ctl.ItemsSelected...
  3. B

    Combo Box Problems

    Hi Im new to the forum and new to the world of using VB in Access so any help with this would be appreciated. Ive created a database that Is going to create data sheets. I have two main tables ; Major_Cat and Sub_Cat that are linked in a one to many relationship. Ive created a form that has...
Back
Top Bottom