LATECHmatt05
Technical User
Hello,
I have a rather odd problem I have one table that has a primary key and ofcourse some other fields. Now I have another table with the same fields ,but no primary key. What I need to do is to create a record in the table with the primary key and have that record go into the table without the primary key. Now I tried creating a one-to-many relationship to acccomplish this but it didn't do that. I need the record in both tables because later on I will take the record in the second table (no primary key) add edit it and hope to have it be saved as a modified record and save the existing record. I know this sounds very convoluted but I really don't know how else to do this.
Thank you for any help
Matthew
I have a rather odd problem I have one table that has a primary key and ofcourse some other fields. Now I have another table with the same fields ,but no primary key. What I need to do is to create a record in the table with the primary key and have that record go into the table without the primary key. Now I tried creating a one-to-many relationship to acccomplish this but it didn't do that. I need the record in both tables because later on I will take the record in the second table (no primary key) add edit it and hope to have it be saved as a modified record and save the existing record. I know this sounds very convoluted but I really don't know how else to do this.
Thank you for any help
Matthew