H
Hellen
Hello,
can I create a delete query directly in vba without
creating a query ?
Example: DELETE Planning.planningID, Planning.ID_PL
FROM Planning
WHERE Planning.planningID =1;
If not: How can I use vba variables in queries. The "1" in
my example should be a variable of vba
Thanks for your help
can I create a delete query directly in vba without
creating a query ?
Example: DELETE Planning.planningID, Planning.ID_PL
FROM Planning
WHERE Planning.planningID =1;
If not: How can I use vba variables in queries. The "1" in
my example should be a variable of vba
Thanks for your help