Hi, new to VBA and this forum, hope this is the right place to ask.
I'm using Access 2003.
I have a need to get the name for all fonts installed on the system and populate a combo box with these names.
In VB6 I can do something like:
For i = 1 To Screen.FontCount...