I downloaded an Access template and converted to a desktop application. I've made several changes to accommodate my requirements and I understand changing a table field name requires changes through out the database, which I have done. What I can't figure out is where a reference on a Macro is hiding. In the database I changed SalespersonID to EnteredBy and updated, forms, queries, reports and Macros but anytime I click on "Approve, Duplicate or Reject from a form I get this error "The Identifier [SalesPersonID] could not be found".
When I do a debug I find the Macro (cmdApprovedQuote) stops at this line " DoCmd.RunDataMacro "Quotes.Approve"
Most of the post I've read recommend not making changes because of these issues but there must be a solution to make this work.
I'm guessing there is a hidden config reference somewhere and I need some direction on where to find it.
Thanks in advance for any help you can provide.
Thanks