B
b. tabor
In setting up simple macro to query a table, I used
OpenQuery
RunCommand
The macro is a normal and runs as long as the Action
Argument for RunCommand is blank. but when I put
QueryTypeAppend in the Action Argument for RunCommand to
append to table, I get error message, Action isn't
available now. Says I may be using read-only file but I'm
not and file isn't in active view - don't know what that
means.
Thanks in advance if you know what I'm doing wrong.
OpenQuery
RunCommand
The macro is a normal and runs as long as the Action
Argument for RunCommand is blank. but when I put
QueryTypeAppend in the Action Argument for RunCommand to
append to table, I get error message, Action isn't
available now. Says I may be using read-only file but I'm
not and file isn't in active view - don't know what that
means.
Thanks in advance if you know what I'm doing wrong.