i want to pass the value of text box from a subform "concession " to a main form "student_detail " i am using the format
forms!mainform name!subform name!ftextboxna me.value
to assign the textbox value to a variable
and when i want to display the result in an other textbox on same subform i use the format
forms!subformna me!textbox name.value=vari able name
but it is not working
forms!mainform name!subform name!ftextboxna me.value
to assign the textbox value to a variable
and when i want to display the result in an other textbox on same subform i use the format
forms!subformna me!textbox name.value=vari able name
but it is not working
Comment