May this is simple question:
Suppose the database has a field say Color. It is of integer type and takes values from 0-6.

I am doing a simple & direct hooking up with Data control and Bound Combo. But since 0-6 mean nothing, i want to have human readable Color names. How can i do it, w/o writing a single line of code myself?

VB 5.0 , DAO and DataCombo. I know.. the technology is old:-). Just investigating...

By writing some code, it is easy. I was wondering if it is possible to do it automatically.

Ravi Kiran