A family of Microsoft relational database management systems designed for ease of use.
It seems you might be using lookup fields defined in your table designs. Generally this is a bad idea. It is also not recommended to use value lists for your lookup fields and/or combo boxes.
Consider using only small lookup tables and combo boxes on forms. Then your reports can join your main table to the lookup tables to produce the desired results.