Can you add fields the tables in a split database?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database that is split, and after years of using this database there
are some additions/changes we would like to make. Some of these changes would
include adding more fields to the tables, I haven't really played around with
this and wanted some pointers before I started. Any suggestions?

maura
 
maura said:
I have a database that is split, and after years of using this
database there are some additions/changes we would like to make. Some
of these changes would include adding more fields to the tables, I
haven't really played around with this and wanted some pointers
before I started. Any suggestions?

maura

Open the file where the tables reside and make your changes there. Then
refresh the links in the front end.
 
hi,

You can simply add the fields in the backend database by opening the tables
in design mode.

For the front end you will have to open the forms and reports (or any other
objects involved) and add the new fields to these objects. You will need to
edit each object where the new field needs to appear.

Regards,
 
Back
Top