Hi CedarM,
It sounds as though you may have a problem in the account setup tables. There are two main tables that store account setup information:
GL00100 – Account Master
GL00105 – Account Index Master
It almost sounds as though one of these tables is missing a record for this account.
Here’s how you can check:
Run the following sql script against the company database:
Replace XXXX with the account you’re receiving an error message for. Enter the account exactly as you’d see it on the front end (for example 000-1100-00):
SELECT * FROM GL00105 WHERE ACTNUMST = 'XXXX'
Did you get any results?
If so, note the ‘ACTINDX’ associated with this record and run the following to view its associated record in the GL00100 table (Replace Y with the account index you noted above):
SELECT * FROM GL00100 WHERE ACTINDX = 'Y'
Is there a record? If there is, does the account number ‘match’ what you see in the GL00105 table?
The resolution here will be dependent on where the record is wrong/missing.
Let me know what you find, and I’ll do my best to assist. Thanks!
Andrea Melroe | Sr. Technical Advisor | Microsoft Dynamics GP