M
MikeS
I've got a problem with append queries based on another
pass-through query.
I create append query qryaFillComboBox which uses the
fields returned from a pass-through query
(qrysptFillComboBoxTable).
The pass-through query calls a stored procedure on SQL
Server which simply selects all records to populate the
combo box.
The process works after I create the append query.
However, when I close and re-open the database, all of my
append queries have been converted to pass-through
queries. When that happens, I get a DAO Error #3065:
Cannot execute a select query.
Anyone have any suggestions?
pass-through query.
I create append query qryaFillComboBox which uses the
fields returned from a pass-through query
(qrysptFillComboBoxTable).
The pass-through query calls a stored procedure on SQL
Server which simply selects all records to populate the
combo box.
The process works after I create the append query.
However, when I close and re-open the database, all of my
append queries have been converted to pass-through
queries. When that happens, I get a DAO Error #3065:
Cannot execute a select query.
Anyone have any suggestions?