W WinDancer Registered User. Local time Yesterday, 20:15 Joined Oct 29, 2004 Messages 290 Sep 18, 2008 #1 Using Access 2007 I am trying to load fields from a closed table- first field is below Forms!frmtabsurvey!Dba = tables!track2!Doing_business_as_name I get an 'object required' error message TIA, Dave
Using Access 2007 I am trying to load fields from a closed table- first field is below Forms!frmtabsurvey!Dba = tables!track2!Doing_business_as_name I get an 'object required' error message TIA, Dave
boblarson Smeghead Local time Yesterday, 20:15 Joined Jan 12, 2001 Messages 32,053 Sep 18, 2008 #2 You can't do it like that. You need to either 1. Use a DLookup to get the value or 2. Use a recordset object to get the value or 3. include the field in the form's recordsource and bind the control to it.
You can't do it like that. You need to either 1. Use a DLookup to get the value or 2. Use a recordset object to get the value or 3. include the field in the form's recordsource and bind the control to it.