A
auujxa2 via AccessMonster.com
I'm getting syntax error on the last 2 parts of the select statement.
everything was fine until Me.cboNewVendor (which is a number field. the last
2 are text)
strSQL = "INSERT INTO [MasterTbl] ([Store #], Location, Stores, Department,
[Vendor Number], Brand, Lifestyle)" & _
" SELECT Store, Description, Stores,""" & Me.cboNewSimDept & """," & Me.
cboNewVendor & ",""" & Me.cboBrand & """," & "" & Me.cboLifestyle & """ & _
FROM [StoreTbl]"
everything was fine until Me.cboNewVendor (which is a number field. the last
2 are text)
strSQL = "INSERT INTO [MasterTbl] ([Store #], Location, Stores, Department,
[Vendor Number], Brand, Lifestyle)" & _
" SELECT Store, Description, Stores,""" & Me.cboNewSimDept & """," & Me.
cboNewVendor & ",""" & Me.cboBrand & """," & "" & Me.cboLifestyle & """ & _
FROM [StoreTbl]"