T
tiffany
Guest
I created balance statement database. I have a problem to pull total field in Report A and take that total field put it into a text field in Report B.
which it is mean. In the report A, i had text field call txtNetIncome(this field is total all income in balance statement information), so i want the total in txtNetIncome transfer total that amount to Report B. So, how can i do it? here is my coding
txtNetIn=Report![Operation]![txtNetIncome]
but it doesnt work!!
is it because i used simple calculated in Report A that why that field cannot stransfer to another report. Which is my calculated was: in unbound box txtNetIncome i used: =[txtNetAsset]+[txtNetInvest]
Please help me!! Thank you very much..
which it is mean. In the report A, i had text field call txtNetIncome(this field is total all income in balance statement information), so i want the total in txtNetIncome transfer total that amount to Report B. So, how can i do it? here is my coding
txtNetIn=Report![Operation]![txtNetIncome]
but it doesnt work!!
is it because i used simple calculated in Report A that why that field cannot stransfer to another report. Which is my calculated was: in unbound box txtNetIncome i used: =[txtNetAsset]+[txtNetInvest]
Please help me!! Thank you very much..