To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
SQL CourseSQL Course
> Ask questions about the lessons on SQL Course 1 and 2. If you have problems
> with the interface, please post in the Feedback forum
Cheers for the information. Do a search on www.google.com for a product called Speed Ferret. It is a great tool for replacing strings in your Access db's. If the TRUE's are only in your queries you could do something like
dim qd as dao.querydef
dim strSQL as string
for each qd in currentdb.querydefs
strSQL = qd.sql