Locate string in queries
From: Brian (Brian_at_discussions.microsoft.com)
Date: 11/02/04
- Next message: Marshall Barton: "Re: Make table"
- Previous message: MikeC: "Re: VBA, DOS and Dialup"
- Next in thread: Steve Schapel: "Re: Locate string in queries"
- Reply: Steve Schapel: "Re: Locate string in queries"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 2 Nov 2004 07:51:04 -0800
When customizing an Access application for various clients, I have an
occasional need to go through my application to find and replace all
occurrences of a string (e.g. Change all references to [User1] field to
[User2] because the structure of a referenced ODBC database has changed). The
VBA part is easy using Search/Replace, but is there a way to search through
the contents of all queries to locate all occurrences of a string?
Right now, I must manually go through all the queries to find/replace the
references.
- Next message: Marshall Barton: "Re: Make table"
- Previous message: MikeC: "Re: VBA, DOS and Dialup"
- Next in thread: Steve Schapel: "Re: Locate string in queries"
- Reply: Steve Schapel: "Re: Locate string in queries"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|