Short Ride: Event procedure on "On Not In List" property works on standalone computer, but not on
a corporate computer. Why? How do I troubleshoot?
Scenic View: At my job, they downloaded Microsoft's Access Call Tracker Template. The process path
is Call List form ==> Call Details form. On the Call Details form is a field entitled Caller.
The Call Tracker template has been modified so that if the Caller is not in the Customer table, then the
Customer Details form pops up with the company information filled in. The end user just enters the
caller's name on the popup.
This action is done via the "On Not in List" property for the Caller field on the Call Details form. It
worked on the corporate computer up until recently. The popup form no longer shows the company
information. Instead of a blank field for Caller, the code displays a record ID.
Yet, when I download the program onto my offline laptop, it works correctly. Troubleshooting actions
I took:
* I backtracked on both computers. Both have the same VBA, same queries, same tables EXCEPT
the corporate computer pulls the customer table from SQL Server.
* I asked whether IT had made changes to the SQL Server database or to the network. They say no.
Then why does the code continue to work on my standalone computer and not the corporate computer?