Reshmi mohankumar Registered User. Local time Today, 19:01 Joined Dec 5, 2017 Messages 101 Apr 25, 2018 #1 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???
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???
P plog Banishment Pending Local time Today, 08:31 Joined May 11, 2011 Messages 12,010 Apr 25, 2018 #2 Generally, forms are bound to data sources and the data just flows through to them. Here's a tutorial: https://support.office.com/en-us/ar...n-access-5d550a3d-92e1-4f38-9772-7e7e21e80c6b
Generally, forms are bound to data sources and the data just flows through to them. Here's a tutorial: https://support.office.com/en-us/ar...n-access-5d550a3d-92e1-4f38-9772-7e7e21e80c6b
arnelgp ..forever waiting... waiting for jellybean! Local time Today, 21:31 Joined May 7, 2009 Messages 20,371 Apr 25, 2018 #3 Use Dlookup() On the control source of your textbox: =nz(dlookup("[companynamefield]","[tablename]"),"")
Use Dlookup() On the control source of your textbox: =nz(dlookup("[companynamefield]","[tablename]"),"")