Thanks y'all.
Here's what worked...
Best,
L
' START RECODES FOR YOUNG AGE CATEGORY (3-8 MONTHS)
' If rsado3![age3] = 1 Then
' rsado4.Open "select * from tbl_agpe_recode_vars where agecat = 1;", cnn, adOpenKeyset, adLockOptimistic
' Do While Not rsado4.EOF
' tvar =...
Hi folks,
I have an issue where I want to recode about 100 fields in a table ("Source Table" rsado3) into new values in a different table ("Target Table"). To do this, I've tried to automate it by storing field names from Source Table and Target Table in a third table ("Lookup Table", rsado4)...
Dear all,
In SQL Server you can pass a string variable or literal string to an EXECUTE statement thus:
execute (:stringvar)
/* Where :stringvar is varchar with value 'select * from table'
--OR*/
Execute ('select * from table')
I'm using Marathon 1.1 to try and replicate this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.