Sorry. Not really. It's intermediate level MS Access VBA programming.
The idea is that you import the tables and code, and integrate it with an existing system. This isn't a complete app. It was extracted from a db I develop at work.
One thing that's important, is to know that it maintains a cache of queried addresses in tblAddresses. You have to add a column to your tables that will reference tblAddresses.
(Originally, these were going to be active blogs, but right now, I'm going through my bookmarks to review old material, so it's here. It's obsolete leisure study.)
e
Sorry. Not really. It's
Sorry. Not really. It's intermediate level MS Access VBA programming.
The idea is that you import the tables and code, and integrate it with an existing system. This isn't a complete app. It was extracted from a db I develop at work.
One thing that's important, is to know that it maintains a cache of queried addresses in tblAddresses. You have to add a column to your tables that will reference tblAddresses.