Hi I hope this will have a simple answer.
I have the following code.
but what i want is to use a variable instead of age33
this is what i hoped would work but didn't and should help explain things
clearer.
this way i can select any "age" can anyone help
I have the following code.
Code:
output = rs!age33
but what i want is to use a variable instead of age33
this is what i hoped would work but didn't and should help explain things
clearer.
Code:
lookup_age = 33
Query_Age = "Age" & Lookup_Age
output = rs!query_age
this way i can select any "age" can anyone help