how to call table value

Reshmi mohankumar

Registered User.
Local time
Today, 19:01
Joined
Dec 5, 2017
Messages
101
i want to call company name from the table to form it is showing that #name? error. will suggest the way to get the value???
 
Use Dlookup()
On the control source of your textbox:

=nz(dlookup("[companynamefield]","[tablename]"),"")
 

Users who are viewing this thread

Back
Top Bottom