S
slickdock
I have a generic MSAccess module that says to Merge
form file with data file. The data is coming across from the MSAccess
database.
I need a condition to chain a macro if it
is needed for the form file. Could I put the macro name in a field
in
the data file, then programatically say to run macro referenced in
DataField[macroname] if DataField[macroname] is not blank? It was
easy in WordPerfect, because I could use the {ChainMacro "x"} command
in the form file, and it would execute that macro after the merge was
complete. I'm trying to find an equivalent in VB.
I experimented with {Macrobutton x} in the form file, but I couldn't
make that work, because upon merging the form file, {Macrobutton}
seems to disappear. And I can't tell it to execute the macrobutton
BEFORE the merge starts, because I need it to execute at the end of
the merge.
I am a beginner at VB, so please go easy on me! But I work well from
examples.
Thanks so much.
form file with data file. The data is coming across from the MSAccess
database.
I need a condition to chain a macro if it
is needed for the form file. Could I put the macro name in a field
in
the data file, then programatically say to run macro referenced in
DataField[macroname] if DataField[macroname] is not blank? It was
easy in WordPerfect, because I could use the {ChainMacro "x"} command
in the form file, and it would execute that macro after the merge was
complete. I'm trying to find an equivalent in VB.
I experimented with {Macrobutton x} in the form file, but I couldn't
make that work, because upon merging the form file, {Macrobutton}
seems to disappear. And I can't tell it to execute the macrobutton
BEFORE the merge starts, because I need it to execute at the end of
the merge.
I am a beginner at VB, so please go easy on me! But I work well from
examples.
Thanks so much.