Make Changes to Tables

  • Thread starter Thread starter LJG
  • Start date Start date
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
 
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.
 
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
 
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top