How can i make a sistemnatic operation on several tables. - TechRepublic
Question
November 28, 2009 at 12:17 PM
camoes

How can i make a sistemnatic operation on several tables.

by camoes . Updated 16 years, 7 months ago

I have an access database and have several tables with an equal structure, ex:

NAME as text
CODE as number
RESULT as number
DATE as date
…….

and they are named

TBL_PT
TBL_US
TBL_UK
……

the table names are listed on a table:

TABLES

LIST as text

how can i do a repeated operation for each one of the TBL’s listed in LIST
ex:

copy all the names where CODE = 1
to a destiny table BRACKET

NAME as text
CODE as number.

the objective is to use the table names as parameter in several operations or queries without changing them, just by adding or deleting the table LIST

This discussion is locked

All Comments