Here is what I mean. If I have a routine that gives me a temp value of a record, FIND where C.select matches the criteria the user is looking for.
I then need to pass this value onto another routine "UPDATE" to the record can be updated.

In my FIND routing I have the value of C. SELECT to show my current record match, I then need to update the record with my UPDATE routine.

How can I put UPDATE on the same record as FIND? the problem I am having is find work independently from UPDATE so Update is not at the same record as find.

Any help would be appreciated.
Daniel