P
phade2blue
Hi guys and gals,
I am new to db and trying to select into a variable from a table.
I am using the code: -
DoCmd.RunSQL "SELECT """ & variable & """ = column1 " & _
"FROM table WHERE column1 =""" & another_variable &
""""
but not having a lot of look. Am doing something drastically wrong?
Any guidance is great
Cheers Phade
I am new to db and trying to select into a variable from a table.
I am using the code: -
DoCmd.RunSQL "SELECT """ & variable & """ = column1 " & _
"FROM table WHERE column1 =""" & another_variable &
""""
but not having a lot of look. Am doing something drastically wrong?
Any guidance is great
Cheers Phade