i got a variable which have same value in it
and i got a another variable with store the name of the variable

for eg

two variable
name as string
vname as string


name = "sameer"
vname = "name"

Now the problem is


i want to substitue the value of name into a table

can i use vname of doing the same

In foxpro i can do that

tablefiel = &vname

this will store "sameer" in tablefield


can i do this in vb and if so how?

please help