<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>
<BR>
Alternately, is there a way to push update stay from inside the Append? <BR>
<BR>
Old record xx yy zz 11 22<BR>
Old record zz rr 33 44 77<BR>
New rec zz qq 33 44 66 ;my edits work fine here, checking against the put records<BR>
New rec 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>
; records but the data is not saved yet.<BR>
<BR>
Thanks for any tips,<BR>
<BR>
Karen Barrett<BR>                                            </body>
</html>