I have an Event Management database I am building. I have a form where we match the Customer to the rentals (we select rentals from the drop down) and it fills in the other fields: Description, Price, etc. We have about 100 rentals so far in our Rental table that is connected to the TblRentalServiceOrders and its orders: TblRentalOrdersDetails. I have made a form and subform based on these tables and queries (where the calculations are). Ok, so my question: in my subform: FrmRentalOrderdetailsSubform I have the drop down field: Type of Rental that has the type of rental: Rental Displays, Modular Furniture, Rental Furniture, Accessories, etc. When the user clicks the drop down and selects a type of rental like Rental Displays I want my drop down to only show all of the matching fields: Description, Comments, Price, etc. I guess to filter out only what is selected. I am also thinking of if the user makes a mistake (as they always do) and selects the wrong item to be able to undo the filter and select a different one. I hope this makes sense. This is just because the info in the Rentals table is growing.
Thank you so much in advance for any assistance you may be able to provide.
Tina