G
Guest
I have a split database and I needed to make some small changes to one of the
tables in the backend and I added four fields. In the frontend, I created my
queries and reports... Everything is working, so what I needed to do was to
actually make these same modification in the actual working DB. After I made
a copy, I modified the backend and added the four fields... then I copied the
frontend into "actual" database. And every thing works. HOWEVER, I noticed
the tblTransports has 17612 records on the bottom of the table, but when I
open the frmTransports it only shows 16548 (so does the qryTransport).
Are you not allowed to modify a table on split database? If yes, should I be
importing or exporting information from one database to another? What could
be the problem with regards to the # of records? (I did go to the backup
version of my database and the record # is the same 17612 in the table, query
and form, so is this my indication that I didn't do something right????)
Any feedback is welcome---thank God for backups!!! But I really do want to
make these changes and find out what went wrong and how to do it right. And
yes, I have linked the front end to the backend, and I am still getting 17612
in tblTransport, and 16548 in qryTransport and frmTransport... I have even
try linking the tables to the backend of the backup and it still produces the
same results.
Thanks, m.
tables in the backend and I added four fields. In the frontend, I created my
queries and reports... Everything is working, so what I needed to do was to
actually make these same modification in the actual working DB. After I made
a copy, I modified the backend and added the four fields... then I copied the
frontend into "actual" database. And every thing works. HOWEVER, I noticed
the tblTransports has 17612 records on the bottom of the table, but when I
open the frmTransports it only shows 16548 (so does the qryTransport).
Are you not allowed to modify a table on split database? If yes, should I be
importing or exporting information from one database to another? What could
be the problem with regards to the # of records? (I did go to the backup
version of my database and the record # is the same 17612 in the table, query
and form, so is this my indication that I didn't do something right????)
Any feedback is welcome---thank God for backups!!! But I really do want to
make these changes and find out what went wrong and how to do it right. And
yes, I have linked the front end to the backend, and I am still getting 17612
in tblTransport, and 16548 in qryTransport and frmTransport... I have even
try linking the tables to the backend of the backup and it still produces the
same results.
Thanks, m.