Sometimes the rigidity that is programming demonstrates that the initial design is in error. This needs to go all the way back to whomever is requesting the design. Assume Keys 1; 2; 3; and 4. But key 3 is a duplicate of key 2, entered in error. OK, delete it.
Stop!
Right here is the problem: Key 4 exists. What now? If you don't have a new sample ready to enter, do what? Change key 4 to key 3, even if work has been done as key 4?
Ask the requestor to answer this question is my answer to this issue.
By the way, there seems to be no audit control with the current design request.
Stop!
Right here is the problem: Key 4 exists. What now? If you don't have a new sample ready to enter, do what? Change key 4 to key 3, even if work has been done as key 4?
Ask the requestor to answer this question is my answer to this issue.
By the way, there seems to be no audit control with the current design request.
Comment