Microsoft
Software
Hardware
Network
Question : runtime error 3134 access
I am doing a simple Sql Query and I am getting the runtime error 3134. I have a similar query working in the database with other tables. all the fields are the same field lenth and have the same atributes.
Here is the query for any one to help.
vate Sub Command76_Click()
Dim strSQL As String
strSQL = "INSERT INTO [Non-Stock] ( Item-Description, 2_description, UOM-Mult, K2, Unit-Cost, Manf-Number, Manf-Code, Unit-Cost-UOM, K_Mesure, Lawson-Item-Nbr) SELECT [User Table].Description, [User Table].[2nd Description], [User Table].K1, [User Table].K2, [User Table].Price, [User Table].Product_Num, [User Table].Manufacturer, [User Table].A_measure, [User Table].K_measure, [User Table].Client_Num FROM [User Table] Where Client_Num is null "
DoCmd.SetWarnings False
DoCmd.RunSQL strSQL
DoCmd.SetWarnings True
End Sub
Answer : runtime error 3134 access
I think you should put field that have '-' in []
For ex: [Item-Description]
Random Solutions
Outlook 2007 Continuous Authencication
Inserting a record
Broken Reference to the file dao2535.tlb error message on opening Access Data Base created in Access 97
Code works fine in debug mode, but not at run time
How can I check the size of a SharePoint 2007/Wss 3.0 sub site?
Trying to open Outlook 2000 PST in Outlook 2003
Remote Desktop client in windows 7
ISA server in SBS 2003. is blocking a site, how do i allow?
Cannot delete users from site collection on wss 3.0
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.