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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top