the field I'm getting from the database is a status indicater...it is going to have ones and twos in there....
1 means the record is RECONCILED
2 means the record is UNRECONCILED
when I grab the data from the database and put it in my datagrid it comes over as ones and twos...the users have no idea what that means, so I want to format the field with RECONCILED and UNRECONCILED....so, if I use format = ""....where do I run a check to see if it's a 1 or 2?




Reply With Quote