Is there a way to center the text in a multi column combo box?
I have the following row source that I would like centered but there is no text align feature in the combo box properties...
SELECT tbl.Cy, tbl.Ve, tbl.Fq, tbl.P1, tbl.P1 FROM tbl ORDER BY [Cy];
thanks
I have the following row source that I would like centered but there is no text align feature in the combo box properties...
SELECT tbl.Cy, tbl.Ve, tbl.Fq, tbl.P1, tbl.P1 FROM tbl ORDER BY [Cy];
thanks