S
stickandrock
I have 10 passthrough quiries.
Passthrough quiries because I have 10 remote sites
I have a append table query that I want to run on each site on my local site.
I have created a function that will change my ODBC Connect Str on all my
passthroughs based on the hard coded remote site.
A - Remote Site conf table ex.
3110
3111
3115
3117
3129
3131
3148
3152
3176
3181
Here are my steps I want to accomplish....
Steps
1.Run my function to change all passthroughs to 3110
2.Run my append table query to update a local table with remote site info.
go back to step1 for the next record on the table (ex 3111) and rerun but
step.
Looping through the entire table until all sites are complete.
Thanks for any and all input.
Passthrough quiries because I have 10 remote sites
I have a append table query that I want to run on each site on my local site.
I have created a function that will change my ODBC Connect Str on all my
passthroughs based on the hard coded remote site.
A - Remote Site conf table ex.
3110
3111
3115
3117
3129
3131
3148
3152
3176
3181
Here are my steps I want to accomplish....
Steps
1.Run my function to change all passthroughs to 3110
2.Run my append table query to update a local table with remote site info.
go back to step1 for the next record on the table (ex 3111) and rerun but
step.
Looping through the entire table until all sites are complete.
Thanks for any and all input.