Suppose you wanted to obtain a value from a recordset like this:
x = oRS("Local_2008")
but you wanted the year (2008) to be established by a variable, something like:
x = oRS("Local_" & myyear & ")"
How could you do this? I have tried several variations using "evaluate" but I can't seem to get the syntax right.
Thanks
x = oRS("Local_2008")
but you wanted the year (2008) to be established by a variable, something like:
x = oRS("Local_" & myyear & ")"
How could you do this? I have tried several variations using "evaluate" but I can't seem to get the syntax right.
Thanks