In old C/AL development, key groups was solution to show drop downs.
I already have below, and it's working. But i want my drop downs to have several fields. Currently on MonthCode is shown.
field(13; "Month Code"; Code[100])
{
TableRelation = "Months"."Month Code";
}