A
adam23
I just inherited a large Access 2K3 application that is designed with 1
front-end mdb file that links to one of 3 dozen back-end mdbs. Each of the
back end dbs share the same table structure. They sort of function of as a
crude horizontal partition. If they were combined, the backend would be over
a few GBs.
My problem is that I have a few changes that I need to make to the backend
tables. I need to remove an input mask on a table, add an identity key, and
resize a couple fields. I have been putting off making these changes because
they will require me to go into each individual db. I was hoping to come up
with a clever solution but I haven't thought of anything. I also forsee
additional changes down the line to some of these backend tables. It doesn't
seem that DDL is advanced enough in Access to handle these issues. Anyone
have any ideas?
-Adam
front-end mdb file that links to one of 3 dozen back-end mdbs. Each of the
back end dbs share the same table structure. They sort of function of as a
crude horizontal partition. If they were combined, the backend would be over
a few GBs.
My problem is that I have a few changes that I need to make to the backend
tables. I need to remove an input mask on a table, add an identity key, and
resize a couple fields. I have been putting off making these changes because
they will require me to go into each individual db. I was hoping to come up
with a clever solution but I haven't thought of anything. I also forsee
additional changes down the line to some of these backend tables. It doesn't
seem that DDL is advanced enough in Access to handle these issues. Anyone
have any ideas?
-Adam