I am using MSAccess as my database.
I want to display two columns in a datagrid say Name,Balance.
say there is a table with field CODE,NAME fields and
columns to show in datagrid NAME,BALANCE
where BALANCE field values to come from a function (say "Balance(CODE)") where i do some...