A
Ashish Saxena
I have a table Branch where data stored of all our branch and give the branch
code for every branch and primery key set on that code. I make anoth table
and data enter throw forms where I enter branch code and want to call the
value branch name from branch table as per enter branch code enter in form
through set the default value in taxt box. I try as under but result not come.
=dlookup("branch name","branch","[branch]![branch code]=[branch code]")
but result not came.
code for every branch and primery key set on that code. I make anoth table
and data enter throw forms where I enter branch code and want to call the
value branch name from branch table as per enter branch code enter in form
through set the default value in taxt box. I try as under but result not come.
=dlookup("branch name","branch","[branch]![branch code]=[branch code]")
but result not came.