G
Guest
I'm trying to do a loop to modify tables ending in the name serial_range_t;
there will probably be tables added periodically in the future for growth but
the constant is the table name of serial_range_t. I've already got the code
finished to update the tables one at a time by the user inputting the table
name but now I want to get away from the user having to input the table name
for the linked ODBC table. I'm trying to play around with setting up an
array but I'm having problems getting this part going. How can I set up an
array to list the linked tables in the Access database with the linked table
names ending in "*.serial_range_t"?? Any help would be extremely appreciated.
there will probably be tables added periodically in the future for growth but
the constant is the table name of serial_range_t. I've already got the code
finished to update the tables one at a time by the user inputting the table
name but now I want to get away from the user having to input the table name
for the linked ODBC table. I'm trying to play around with setting up an
array but I'm having problems getting this part going. How can I set up an
array to list the linked tables in the Access database with the linked table
names ending in "*.serial_range_t"?? Any help would be extremely appreciated.