Gizem
Member
- Local time
- Today, 18:17
- Joined
- Nov 29, 2021
- Messages
- 30
Hello from Germany,
i got so many helpful advices yesterday and now i have an other problem. I think you can help me also.
It is possible to fill one cell bye using INSERT INTO with the following code:
But now i have to fill the cell behind of the column:
There is not any error, but the code does not work.
Maybe you can see the failure
i got so many helpful advices yesterday and now i have an other problem. I think you can help me also.
It is possible to fill one cell bye using INSERT INTO with the following code:
Code:
DB.Execute "INSERT INTO ProjekteNam(PS_P_NAME)SELECT (''" & Wert & "')"
But now i have to fill the cell behind of the column:
Code:
DB.Execute "INSERT INTO ProjekteNam(POSITION,PS_P_NAME)SELECT (1,'" & Wert & "')"
There is not any error, but the code does not work.
Maybe you can see the failure
