to get the fields from the sizes table to assign to new fields created in products. In the sizes table, I have two columns "Amount" and "Measurement", however, when using the drop down when creating a new product it only displays the amount. This is an issue as it means they'll show as "100.00" instead of "100.00 ml" for example. I've had a look at both computed fields and accessors, but didn't entirely understand either and I'm still unsure how to access values in the sizes table to concatenate both the amount and measure columns together to display in the drop down in a products creation.