hello
i started visual basic in access and wnted to use INSERT INTO ,
thats the code:
Dim arr As String
arr = "INSERT INTO customer product(user) VALUES('" & user.Text & "')"
thanks for help
hello
i started visual basic in access and wnted to use INSERT INTO ,
thats the code:
Dim arr As String
arr = "INSERT INTO customer product(user) VALUES('" & user.Text & "')"
thanks for help
Is you table name actually customer product - 2 words?
If yes, then you'll need to quote itarr = "INSERT INTO 'customer product'(user) VALUES('" & user.Text & "')"
The INSERT command expects the first name after INSERT INTO to be the table so it doesn't know what to do with the word 'product'
hericles ,
there still a problem
hericles , there still a problem
I'm going to need more information than that. If you run the code what error do you get?
I was going to copy and paste it into Babbelfish and see what the Hebrew to English translation was, but it's a photo so I can't. For a solution, you'll have to hope someone who reads Hebrew sees this thread.
Or here's a thought. Presumably YOU speak/read/write Hebrew. Maybe YOU can translate it into English.
Very informative post.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.