Make Changes to Tables

L

LJG

Can anyone tell me of anyway it's possible in a distributed database to
alter the field names and add additional fields?

TIA
Les
 
D

Douglas J. Steele

Yes, it is.

Hopefully you've split your application into a front-end (containing the
queries, forms, reports, macros and modules), linked to a back-end
(containing the tables). You'll need to make the changes to the back-end.
 
L

LJG

Hi Douglas,

Yes my system is split and I need to add additional fields to the backend.
The problem is each user has a copy and will have lots of data, how can I
add a field/ alter fields in this situation?

TIA
Les
 
L

LJG

No, Data is all in the backend

Les


Joseph Meehan said:
Are you saying each user has lots of data on their front end???? Why?
All dynamic data should generally be stored on the back end.
 
Top