Search results

  1. A

    Addin multiple items in a table from form

    I have a form to edit and create new Stores, and I would like that, when I am creating a new one, a subform appears for me to define the distance between Stores. I wanted for the subform to have all possibilities so if I was creating Store number 8 there would appear "7 single forms" with blank...
  2. A

    Edit subform

    Hey Is it possible to through VBA code define the value of a text box or checkbox in a subform, without using Querys? Thanks
  3. A

    Multiple column combo box

    When I use a criteria in a query such as [Forms]![FormName]![ComboBoxName] is there a way to use a value from another column other than the first. For example, I have a combo box that shows the following records: NameID | CityID. Can I use the record of the cityID in the combo box to search...
  4. A

    Solved Images in subform

    Hello guys, I have a subform with default view datasheet and I would like it to show images, but it's only showing the paperclip. Is it possible to show the image in datasheet view? Thanks for your help
  5. A

    Solved Filter subform

    Hi. I want to have a subform with all the records of a table and a few combo boxes that filter the records shown in the subform. I would like to be able to filter with one or more combo boxes. For example, I have a table with attributes A, B and C, 2 combo boxes where I can choose records from...
Top Bottom