I have a legacy database that I need to modify.
The OnClick event of one of the buttons calls the macro "resetstat". Within this macro are the following:
SetWarnings
WarningsOn = No
OpenQuery
QueryName = deletestat3
View = Datasheet
DataMode = Edit
OpenQuery
QueryName = up_2_to_1
View = Datasheet
DataMode = Edit
SetWarnings
WarningsOn = Yes
Bizarrely though, neither of the queries "deletestat3" nor "up_2_to_1"exist in anywhere I've looked... Any suggestions as to where they are? - It all works fine!
Many thanks
Aubs
The OnClick event of one of the buttons calls the macro "resetstat". Within this macro are the following:
SetWarnings
WarningsOn = No
OpenQuery
QueryName = deletestat3
View = Datasheet
DataMode = Edit
OpenQuery
QueryName = up_2_to_1
View = Datasheet
DataMode = Edit
SetWarnings
WarningsOn = Yes
Bizarrely though, neither of the queries "deletestat3" nor "up_2_to_1"exist in anywhere I've looked... Any suggestions as to where they are? - It all works fine!
Many thanks
Aubs