Search results

  1. K

    many to many relationship DB advice

    I have a many to many relationship database using 3 tables: units - tab1(junction table) - addons A unit can have many addons and each addon can be related to many units. Now, on the form I have 3 listboxes: list1: shows all the units. Selecting a unit form list1 sets the form current record...
  2. K

    Shrink fields in a Report

    In order to shrink blank fields with labels, I converted the labels in textboxes and used as control source the following code: ="Title: "+[Title] (for instance). This worked so far, but also generated two hateful issues I wasn't able to fix: 1. The code won't work if the related...
  3. K

    Option buttons value big issue

    Hi everybody In order to filter records in the main listbox, I have an option frame which has 16 option buttons. Apparently Access is reading the option button value 11 as both 11 and 1, the value 12 as 12, 1, and 2, the value 13 as 13, 1 and 3, etc..... So when I use the button 11, the records...
  4. K

    Filter Listbox by Checkboxes

    Hi everybody I've been looking for a long time on internet (and this forum) in order to solve this problem. I am new at coding and it's very difficult to get a result with only partial informations. Hopefully this will help a lot of people having the same issue. I wish to filter the records in...
  5. K

    Hello!

    Hi everybody! I've learned a lot reading this forum.. Now I've decided to join.. I'm building some database in MS Access and I'm pretty new at coding. So thank you for your precious help!
Back
Top Bottom