C
cengelhardt
I have visual basic code behind a form in an Access database that I did not
create. There are several blocks where different queries are executed, like:
DoCmd.SetWarnings (0)
DoCmd.OpenQuery "DELETE INSTALL DATA"
DoCmd.OpenQuery "DELETE EDITION OVERLAP"
DoCmd.OpenQuery "Make install data"
DoCmd.OpenQuery "Make Edition Overlap"
There is not a query in the database with any of the names in the quotes.
So, I have no idea where to find the code for these queries. I really need
to know what Make Install data is doing because no data is being returned in
the report files this code ultimately creates.
Can someone please clue me in on where these queries are stored and how to
look at and/or modify them?
create. There are several blocks where different queries are executed, like:
DoCmd.SetWarnings (0)
DoCmd.OpenQuery "DELETE INSTALL DATA"
DoCmd.OpenQuery "DELETE EDITION OVERLAP"
DoCmd.OpenQuery "Make install data"
DoCmd.OpenQuery "Make Edition Overlap"
There is not a query in the database with any of the names in the quotes.
So, I have no idea where to find the code for these queries. I really need
to know what Make Install data is doing because no data is being returned in
the report files this code ultimately creates.
Can someone please clue me in on where these queries are stored and how to
look at and/or modify them?