My Friend, you can try to disvinculate the OLE from the graph's base query setting the RowSource property to "" and revinculate it. <br>
<br>
Write the following code at any event procedure that is executed when the new record is added.<br>
<br>
'disvinculate<br>...
My Friend, you can create an Update Query and insert the expresion below to remove the existing blank character from the field;<br>
<br>
iif(InStr([c1];" ")>0;Mid$([c1];1;InStr([c1];" ")-1) & Mid$([c1];InStr([c1];" ")+1);[c1])<br>
<br>
Good Luck<br>
<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.