How to search a query in Access?
You can use VBA to search an Access database for a specific phrase. This is useful if your database is quite large and you need to track something specific like a hard-coded reference. The following code allows you to search all the queries in a database project for a particular string. After identifying all the …