parkfairfax
Programmer
I am using VBA to launch several SQL statements. I am trying to accept results from a list or combo box on my form as the input for my SQL statement. Does anyone have an idea what I might do to get this to work.. Here is a copy of my code.
strSQL34 = "Update test_new_table set `Month` = [me!]. [combo9].value;"
The string works if I put text in ' *****' so I know that the statement works, but it seems like there is a problem transferring this combo box value into the SQL string.
strSQL34 = "Update test_new_table set `Month` = [me!]. [combo9].value;"
The string works if I put text in ' *****' so I know that the statement works, but it seems like there is a problem transferring this combo box value into the SQL string.