R
Ralph
Is there any way to assign a variable to an update query
that I am executing from a module using the querydef. I
have 12 months of columns in a table named -
"month1" "month2" etc. --but- I want the update to use the
1 column that I have assigned a variable name to earlier
in the module. I.E. I want the update to use the column
named "month6" which I have asssigned the variable
name 'varmo'. Can I build the query itself, where it
asks for what I want to update to, to refer to the
variable named 'varmo'
Hope this make sense ---
Thanks
that I am executing from a module using the querydef. I
have 12 months of columns in a table named -
"month1" "month2" etc. --but- I want the update to use the
1 column that I have assigned a variable name to earlier
in the module. I.E. I want the update to use the column
named "month6" which I have asssigned the variable
name 'varmo'. Can I build the query itself, where it
asks for what I want to update to, to refer to the
variable named 'varmo'
Hope this make sense ---
Thanks