Thread: Record sets?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JJ[_10_] JJ[_10_] is offline
external usenet poster
 
Posts: 7
Default Record sets?

Hi I hope this will have a simple answer.

I have the following 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 make thinks
clearer.

lookup_age = 33

Query_Age = "Age" & Lookup_Age

output = rs!query_age

can anyone help