<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Does anyone remember what the trick is to checking between records entered (occurs 10) during the Append process?<BR>
&nbsp;<BR>
Alternately, is there a way to push update stay from inside the Append?&nbsp; <BR>
&nbsp;<BR>
Old record xx yy zz 11 22<BR>
Old record zz rr 33 44 77<BR>
New rec&nbsp;&nbsp;&nbsp; zz&nbsp;qq 33 44 66 ;my edits work fine here, checking against the put records<BR>
New rec&nbsp;&nbsp; &nbsp;zz qq 33 99 66 ; Here, the edits do not work because I am mid-append, data not yet stored. The value 33 is not allowed for the 2nd of paired <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; records but the data is not saved yet.<BR>
&nbsp;<BR>
Thanks for any tips,<BR>
&nbsp;<BR>
Karen Barrett<BR>                                               </body>
</html>