Thank you both for your response
Duane: your suggestion is great, but I'll try to explain my problem better.
the thing is, I have a table containing data over volunteers. a volunteer can be available weekly, semi-monthly, monthly... but everyone has one week day that he prefers to help. So that value - preferred day - is stored in a field. but it's not stored as "sunday", it's stored as a numeric value 1. [blue]the reason i did so, because I want to be able to match the value of this field, to the weekday value of a date, so i can get all volunteers how are relevant for this day/blue].
all i want is, that the user should not see in the textbox the number 1, he should see "Sunday"
(it is not a 'date' that I want to get his weekday-name, so 'DateSerial' will not help me.)
Skip: I have thought myself of the option working with a table, but I am thinking that there should be a function for that - to convert the weekday-number to a weekday name.
Thanks again, Ja