T
Tim Long
Hello, I have a procedure (Access 97) which runs (from a command button on a
form) a number of queries using DoCmd.OpenQuery (with SetWarnings set to
False). The first five queries run without displaying the results in a
datasheet, but the sixth query is a union query and from that point onwards
every query, whether it's union, select, update or append, opens up in
datasheet view.
I would like these queries to work in the background without opening up into
datasheet view but don't know how to prevent that. Any help would be much
appreciated..
form) a number of queries using DoCmd.OpenQuery (with SetWarnings set to
False). The first five queries run without displaying the results in a
datasheet, but the sixth query is a union query and from that point onwards
every query, whether it's union, select, update or append, opens up in
datasheet view.
I would like these queries to work in the background without opening up into
datasheet view but don't know how to prevent that. Any help would be much
appreciated..