B
blinton25
Hello,
I have a Passthrough Query:
CREATE PROCEDURE ClearInputTable
AS
delete from [input table]
GO
which I call using a macro. If I run the Passthrough
query from the Query window, or by double-clicking the
macro which calls the query, it works ok. However if I
run the Macro using the Switchboard Manager, I get the
following error:
Macro Name: ClearInputTable
Condition: True
Action Name: OpenQuery
Arguments: ClearInputTable,Datasheet,Edit
I have a Passthrough Query:
CREATE PROCEDURE ClearInputTable
AS
delete from [input table]
GO
which I call using a macro. If I run the Passthrough
query from the Query window, or by double-clicking the
macro which calls the query, it works ok. However if I
run the Macro using the Switchboard Manager, I get the
following error:
Macro Name: ClearInputTable
Condition: True
Action Name: OpenQuery
Arguments: ClearInputTable,Datasheet,Edit