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
Microsoft Office Communicator 2007 R2 auto login enternally what not a member of Domain??
Windows Media player wont play Netflix online movies
How to copy section of each field from Colm 1 to Colm 2 in excel
How can I change the identity property of a column without setting the wrong seed?
How to refresh the view in an SDI application
Start up page in VS 2008 using ASP.NET
Re-write the script for Copy/Paste
Internet Explorer takes a long time to load, fresh install
How to prevent duplicate records on the form UI?
create a access database with information from a spreadsheet and print to index cards