<HTML><HEAD>
<META content="text/html; charset=windows-1251" http-equiv=Content-Type>
<META content="MSHTML 5.00.2919.6307" name=GENERATOR></HEAD>
<BODY>
<P>
<DIV></DIV>
<DIV>I'm having a very strange thing occur. Not sure what's going on.</DIV>
<DIV> </DIV>
<DIV>My application consists of a FE and BE. I'm linking properly and my tables are being updated as expected. However; I added a Delete button to a data entry form and used the Wizard - Delete Record.</DIV>
<DIV> </DIV>
<DIV>When I launch the delete button the record doesn't get deleted, but the link to the table, which is the table that the data source SQL statement is based on, gets deleted. I've used this wizard many times before and have never had a problem. I'm stumped!</DIV>
<DIV> </DIV>
<DIV><STRONG>Code that got produced by the wizard</STRONG>:</DIV>
<DIV>    Private Sub CmdD_Click()<BR>    On Error GoTo Err_CmdD_Click</DIV>
<DIV><BR>    DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70<BR>    DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70</DIV>
<DIV> </DIV>
<DIV>Exit_CmdD_Click:<BR>    Exit Sub</DIV>
<DIV> </DIV>
<DIV>Err_CmdD_Click:<BR>    MsgBox Err.Description<BR>    Resume Exit_CmdD_Click<BR>    <BR>End Sub<BR></DIV>
<DIV> </DIV>
<DIV>Judy Johnson</DIV>
<DIV><A href="mailto:jjwrite@earthlink.net">jjwrite@earthlink.net</A></DIV>
<DIV>860-482-8651</DIV>
<DIV>860-309-2484 (cell)</DIV>
<DIV> </DIV>
<P></P></BODY></HTML>