Greetings!
I've got an interesting one. Trying to enter a cash (check) receipt for a customer and getting the message "This check has been entered for this customer already." That check number is no where to be found. Not only for the customer, but no where in the company database. I've run the following queries and gotten no results.
select * from RM20101
where CHEKNMBR = '6999'
select * from RM30101
where CHEKNMBR = '6999'
I also ran a reconcile on this customer and that did not fix the problem either. Anyone know what other tables this may be hiding in? It's not an option for our AR department to use a variation of the check number (i.e. 06999 or 6999-1, etc.).
Thanks in advance.
Jim
*This post is locked for comments