Hello,<br><br> I want to process a transaction file and update the master file. The<br>
transaction file comes in with several transaction types which could be add<br>
(if not in master), update (if in master) or delete. There might be multiple update transaction which could depend on previous updates. So the processing<br>
should be done in a certain sequence based on how the events happening. I<br>
know that if I use "Access Trans file link to Master File then do an output<br>
at the end will give me an error as it will complain that I am accessing a<br>
record that has been updated". Please could somebody out there expert in<br>
Powerhouse's QTP suggests how to code this program so I could do an<br>
add/update/delete (not in that order) without the error message?<br>
Thanks in advance,<br>
jamie<br>