S
Sheldon
In code, How do I get a list of all queries? In reality I
want to delete several queries, through code that ALL
start the same way ie "qrySOC" such as
qrySOCA, qrySOCB, qrySOCM, etc.
SO I need a list of the queries.
Better yet How do I use the command
DoCmd.DeleteObject acQuery, "qrySOCTest"
to delete ALL the qrySOC... queries?
Thanks
want to delete several queries, through code that ALL
start the same way ie "qrySOC" such as
qrySOCA, qrySOCB, qrySOCM, etc.
SO I need a list of the queries.
Better yet How do I use the command
DoCmd.DeleteObject acQuery, "qrySOCTest"
to delete ALL the qrySOC... queries?
Thanks