> Print LaserChk where Checknum = ? > It will continue to print copies till the laser printer is on fire if I would > let it.
Is LaserChk based on a view rather than a table? If so, your view is probably missing some JOIN condition -- you may be getting a cartesian product rather than the single row you want. -- Larry
