I'm writing some script to add/remove functions from my database. To do this, the script has to:
1) Add textboxes / labels to multiple forms/reports.
2) Populate a row of data in one table.
3) Add 2 columns in another table.
4) Modify 1-2 SQL statements to include the new function.
I am almost finished with 1-3, but am having trouble with 4.
How do I modify a SQL statement from an access module?
Start Free Trial