H
Highlight between 3 fields
Hello
I have Form name "Jamforelse" and inside this form contain post list.
And one of the post is Bounden box and on this box code as the folowing:
=getnum(Forms("Jamforelse"),"e",[e])
This code work correct when I open Form name "Jamforelse", but when I add
this form "Jamforelse" inside another form that have name "form2" then this
code
=getnum(Forms("Jamforelse"),"e",[e])
not work.
I try to change on it as the folowing, but didn't work
=getnum(Forms("form2"!"Jamforelse"),"e",[e])
=getnum(Forms("form2!Jamforelse"),"e",[e])
Any idea I appreciate.
I have Form name "Jamforelse" and inside this form contain post list.
And one of the post is Bounden box and on this box code as the folowing:
=getnum(Forms("Jamforelse"),"e",[e])
This code work correct when I open Form name "Jamforelse", but when I add
this form "Jamforelse" inside another form that have name "form2" then this
code
=getnum(Forms("Jamforelse"),"e",[e])
not work.
I try to change on it as the folowing, but didn't work
=getnum(Forms("form2"!"Jamforelse"),"e",[e])
=getnum(Forms("form2!Jamforelse"),"e",[e])
Any idea I appreciate.