S
solar
Hi,
Can anybody solve this problem...?
i am not able to find out solution for this error type '#Name'
From existing form, when i open another form, i need to store the value of
one text field of the existing form into another form.
I used '=Form![Requisition_Creation]![Requisition_id]' in the another form
of text box control source. But it shows #Name? error.
Even i tried the below code which shows the error
=DLookUp("[Ded_Req_id]","Deduction_Table","[Ded_Req_id]=" &
[Form]!Requisition_Creation![Requisition_id])
Appreciated your solution.
Thanks in advance..
ngr.
Can anybody solve this problem...?
i am not able to find out solution for this error type '#Name'
From existing form, when i open another form, i need to store the value of
one text field of the existing form into another form.
I used '=Form![Requisition_Creation]![Requisition_id]' in the another form
of text box control source. But it shows #Name? error.
Even i tried the below code which shows the error
=DLookUp("[Ded_Req_id]","Deduction_Table","[Ded_Req_id]=" &
[Form]!Requisition_Creation![Requisition_id])
Appreciated your solution.
Thanks in advance..
ngr.