Im a newbie so bear with me, I have several versions of a database with 30 odd tables in each. Each database has records that must be completed and so I create standard queries that are then copied to each Db instance.
The problem is that these Query reports need constantly updating amending etc (bosses eh!), I would like to create a single log file (table) that is appended to by VB but the SQL statement is held in a table, that can easily be amended at the table level rather than keep having to update the VB in the form.
So Im looking for a simple example of looping through the table and executing each SQL statement if possible.
The problem is that these Query reports need constantly updating amending etc (bosses eh!), I would like to create a single log file (table) that is appended to by VB but the SQL statement is held in a table, that can easily be amended at the table level rather than keep having to update the VB in the form.
So Im looking for a simple example of looping through the table and executing each SQL statement if possible.