<div>I am trying to delete a record and am getting the following &quot;Wrong ref for tblRef&#39; in my log.  What is this telling me as the same table works as a select a few lines down in the log.</div>
<div> </div>
<div>Here is my delete statement:</div>
<div> </div>
<div><b><font color="#7f7f00">put</font></b> Vtable_DeleteRecord(fDatabase,<font color="#00007f">&quot;Delete FROM Favorites where KeywordF = &#39;&quot;</font> &amp; tLine &amp; <font color="#00007f">&quot;&#39;&quot;</font>)</div>

<div>
<p><b><font color="#7f7f00">get</font></b> vDatabase_Flush(fDatabase)</p>
<p>My log....</p></div>
<div>VTable_DeleteRecord...<br> PARAM: tblRef = &quot;53415400&quot;<br>ERROR: Wrong ref for &quot;tblRef&quot;</div>
<p>return None</p>
<p>VDatabase_Flush...<br> PARAM: dbRef = &quot;53415400&quot;<br>return</p>
<p>VDatabase_SqlSelect...<br> PARAM: dbRef = &quot;53415400&quot;<br> PARAM: inStrQuery = &quot;SELECT Termf FROM Favorites where KeywordF = &#39;test2j&#39; Order by TermF&quot;<br>return res = 53415512</p>