I have 2 MS Access 2003 databases (.mbd). For simplicity I will call these SDB1.mdb and RDB2.mdb.
SDB1 is a standard mdb database with approximately 350 records. RDB2.mdb has 0 records (I deleted all records from this database but DID NOT delete the field descriptions). RDB2.mdb was written to contain forms and queries,etc.
Rather than to redesign the forms and queries and needing to re-enter all of the data, I would like to export SDB1.mdb into (replace) RDB2.mdb. The one problem I know if is the table database field names/lengths are different. What I tried doing was to change some of the field names in SDB1.mdb to existing field names of RDB2.mdb. I tried Importing SDB1.mdb into RDB2.mdb with no success. I also tried just copying and pasting the data from SDB1.mdb to RDB2.mdb--NO SUCCESS. I also tried an append from SDB1.mdb to RDB2.mdb--AGAIN NO SUCCESS.
An important note about RDB2.mdb it has an AUTO-SEQUENCE NUMBER. SDB1.mdb does not have any sequence number. In the Deign view of Sequence Number it states "Event Procedure".
I'm either doing the export/import wrong or it's simply not working.
My first question is: Can the data of SDB1.mdb be transferred to a mdb database that has forms associated with it? I WANT TO MAINTAIN THE FORMS AND QUERIES OF RDB2. In others words, the only thing I want from SDB1.mdb is the data.
If it can, can you please explain how to get it working?
__________________
Thanks,
Sam
SDB1 is a standard mdb database with approximately 350 records. RDB2.mdb has 0 records (I deleted all records from this database but DID NOT delete the field descriptions). RDB2.mdb was written to contain forms and queries,etc.
Rather than to redesign the forms and queries and needing to re-enter all of the data, I would like to export SDB1.mdb into (replace) RDB2.mdb. The one problem I know if is the table database field names/lengths are different. What I tried doing was to change some of the field names in SDB1.mdb to existing field names of RDB2.mdb. I tried Importing SDB1.mdb into RDB2.mdb with no success. I also tried just copying and pasting the data from SDB1.mdb to RDB2.mdb--NO SUCCESS. I also tried an append from SDB1.mdb to RDB2.mdb--AGAIN NO SUCCESS.
An important note about RDB2.mdb it has an AUTO-SEQUENCE NUMBER. SDB1.mdb does not have any sequence number. In the Deign view of Sequence Number it states "Event Procedure".
I'm either doing the export/import wrong or it's simply not working.
My first question is: Can the data of SDB1.mdb be transferred to a mdb database that has forms associated with it? I WANT TO MAINTAIN THE FORMS AND QUERIES OF RDB2. In others words, the only thing I want from SDB1.mdb is the data.
If it can, can you please explain how to get it working?
__________________
Thanks,
Sam