Hello, can someone help me how to make this in MS access VBA code to read from .txt file the colors
Example: Let's say my file name is called "Colors.txt"
Inside of it i have this information:
"W" = RGB(255,255,255)
"B" = RGB(0,0,0)
and so one..
And inside my access file i have table where it...