Getting value from a table in VB

A

audreybmorin

Hi,

I have a value (myvalue) stored in a table (mytable), in the column mycolumn, that I want to assign to a string (mystring) in VB. What's the syntax to do this?

of course, mystring = mytable.mycolumn doesn't seem to work

Thanks for the help.
 
Top