I am very new to Access. I have a database with multiple tables. The first includes all deals for our RV dealership and the corresponding information, such as deal number, salesperson, customer, make, model, year, date sold, age, etc. I then have this table linked to three others which are sales amount, cost of unit, and finance/insurance. These three tables only have a deal number, date, and amount. The primary key is the deal number.<br><br>I need my end result to be very specific. The users of this database will be the sales managers at our dealership. I am trying to develop a system so that they can access a form or switchboards to select certain items and in turn produce a report based on these selections. I currently plan to use two swithboards to narrow down the selections. The first will be to choose a report based on new units, used units, or all units. The second switchboard will allow them to choose the lot (we have separate lots for high-end and low-end RVs). After these two selections are chosen, they will need to make selections for Salesperson, Make, Model, Length, and Year. They will also need to enter beginning and ending dates. I am thinking the best way to do this is to make all of these other selections except the dates as list boxes since they will need the option of selecting multiple items for each. I would make the date boxes text boxes that they could enter dates in. <br><br>I know I need to use the MultiSelect Property for the list boxes in order to allow multiple items. I know absolutely nothing about writing code. From what I have read, I will have to write code in order to accomplish this. Is this correct? Is there any way to avoid writing code for this? I have seen many of the questions written on the subject in the past and the answers that include examples of code. These have simply confused me. I have no idea what the code means, and even if I did, I have no idea where to type it. I am very clueless in this area. Can anyone help me?<br><br>I have my tables set up, including separate tables for each list box to show the options. I also have my query and a linked report. They all work with list boxes that only allow one option. How can I get to the next step? Or should I approach this completely differently?<br><br>Thanks so much!<br>