Mukesh2375
Programmer
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 computation and then return the value. we pass the current recordset's CODE to 'Balance' and it returns a value.
can this be done? if yes how?
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)"
can this be done? if yes how?