1
Answer

Display Marital Status In DataGridView

Richard Blythe

Richard Blythe

17y
2.6k
1

I am displaying records from an MS Access Database.  One of the fields is the person's marital status.  To conserve on space, I have stored it as a short Int:  0=Unknown,  1=Single,  2=Married...etc.   What I'm trying to do is convert that numeric value to the textual value when it is displayed in the DatagridView.  I am toying around with some ideas but they all seem too time consuming.  Does anyone have any ideas on how to go about this? 

Answers (1)