A family of Microsoft relational database management systems designed for ease of use.
Create a conversion table of three columns, the first being the UOM as used in Table1, the second being the UOM as used by Table2, and the third being the conversion factor of the first to the second UOM. Base the report on a query which joins the conversion table to Table1 on the first column and Table2 on the second column. Return the factor column in the query.
You can then use the factor to convert the values from Table2 to equate with those from Table1, returning the converted values either in computed columns in the query, or in computed controls in the report.
Where the unit in the first and second columns is the same in a row in the conversion table, the factor will of course be 1.