S
Song Su
I have following:
Dim mYYYY as String, mSem as String
mYYYY="2007"
mSem="3"
How to fix following line to use mYYYY and mSem? I am confused with
single/double quote.
dbs.Execute "DELETE * FROM " & _
"Transcript WHERE yyyy = '2007' and sem = '3';"
Dim mYYYY as String, mSem as String
mYYYY="2007"
mSem="3"
How to fix following line to use mYYYY and mSem? I am confused with
single/double quote.
dbs.Execute "DELETE * FROM " & _
"Transcript WHERE yyyy = '2007' and sem = '3';"