A
Arvin Villodres
Good day to everyone!
I have an existing subform named "subfrmCV". What I need
to do
is when I double-click on the field of that subform which
is named
Debit another form opens, frmCompute. If I type this on a
textbox of
that newly opened form "123 + 4", it would reflect the
output "127"
on the same textbox and if I click the "ok" button of that
form the
value "127" will be reflected on the field/textbox "Debit"
of the
opened subform.
All I can do is to reflect the value 127 in the opened
form by using
the Eval() function. But I no longer know how to transfer
that value
in the still-opened subform.
I would really appreciate your help on this one.
Thanks.
I have an existing subform named "subfrmCV". What I need
to do
is when I double-click on the field of that subform which
is named
Debit another form opens, frmCompute. If I type this on a
textbox of
that newly opened form "123 + 4", it would reflect the
output "127"
on the same textbox and if I click the "ok" button of that
form the
value "127" will be reflected on the field/textbox "Debit"
of the
opened subform.
All I can do is to reflect the value 127 in the opened
form by using
the Eval() function. But I no longer know how to transfer
that value
in the still-opened subform.
I would really appreciate your help on this one.
Thanks.