<br>I am trying to add an embedded object into an access table<br>with and ole object data type feild.<br><br>I start with.<br>Me.OLEOrgChart.CreateEmbed "", "OrgPlusWOPX.4"<br>Me.OLEOrgChart.DoVerb vbOLEOpen<br><br>I update and close OrgPlusWOPX.4.<br><br>Next step.<br><br>rsOrgChart.AddNew<br>rsOrgChart!OrgChart = Me.OLEOrgChart.object.Application<br>rsOrgChart.Update<br><br>The rsOrgChart ole Object data type feild does not become populated.<br><br>What am I doing wrong ?<br><br>Thanks<br><br>Olin Dale from Austin Texas<br><br>