Front/End End query

C

Chris Kennedy

I have a database which is split. I want to make some amendments to the
backend, just add few columns. Is there anyway I can import a new structure,
which will copy over the old table but not affect the data. Cheers, Chris
 
D

Douglas J Steele

Unfortunately, no.

You can make changes to the existing structure programmatically though, if
your intent is to avoid duplicating a lot of steps to make the required
changes.
 
Top