Overkill32
New Member
- Joined
- May 13, 2011
- Messages
- 49
I'm currently trying to automate a process to do queries and inserting records in the Database i'm using. Can someone help me with the syntax to achieve these request? I did a simple Query with the editor using SQL code and I'm not able to repeat the same process using VBA. Here is the snipet i did "
SELECT Caracteristic, Price FROM Table WHERE Caracteristic= "0098" ;
SELECT Caracteristic, Price FROM Table WHERE Caracteristic= "0098" ;