I have an Access 2000 database of Color data containing over 3000 records.
One table is "ColorsByName" - Color names sorted alphabetically.
Some names contain spaces (ie, Antique White)
I read the table using the following code in part :
Dim Field As Integer ' Field counter
Dim...