TBL_Main has very many fields, most of which are ID fields for foreign keys such as "CountryID", "CatalogueID", "WatermarkID" and such.
So, I only put "AlbumsID" once in TBL_Main, but use it as a combo box as many times as required on FRM_Main and apply the alias there, is that correct?