Hi,
I entered a payable and paid without marked 1099 form. Now 1099 amount is off. Is it ok and save to run the following query?
UPDATE OPCH
SET Form1099 = '1',
Box1099 = '07'
WHERE CardCode = 'V-ABDS001'
Thanks.