Thank you for the feedback. I was trying to add the new column in the
project from the "Tables" tab in the database view. I believe this is the
"Backend".....correct?? I click on the tblPracticalData table and view it in
Design view. When I try to add a new column from there, I get the message.
If this is not the "Backend" how do I get there? Thanks again for your quick
response.
>Thank you for the feedback. I was trying to add the new column in the
>project from the "Tables" tab in the database view. I believe this is the
>"Backend".....correct?? I click on the tblPracticalData table and view it in
>Design view. When I try to add a new column from there, I get the message.
>If this is not the "Backend" how do I get there? Thanks again for your quick
>response.
A "split" database consists of TWO (or more!) separate .mdb files. The
one you're opening is evidently the "frontend" - a database which
contains Forms, Reports, Queries, all the user interface objects; it
has only links to the "backend" database, a *DIFFERENT* .mdb file,
which contains the Tables. The Tables tab in the frontend database
window doesn't actually contain the tables themselves - it contains
pointers to the tables, which reside in the backend. This is
symbolized by the little black arrow to the left of the table name.
If you've used the database splitter wizard on a database named
MyDatabase.mdb, the backend will be named MyDatabase_BE.mdb. Of course
it might have some other name - I don't know! In any case you need to
open THAT database, and change the table definition there.
John W. Vinson[MVP]
davecoats622 - 19 Jul 2005 20:07 GMT
Thanks John, that did it. I appreciate the help!
> >Thank you for the feedback. I was trying to add the new column in the
> >project from the "Tables" tab in the database view. I believe this is the
[quoted text clipped - 18 lines]
>
> John W. Vinson[MVP]