G
Guest
I seem to have problems making different tables relate to one another.
Monthly, I import trial balance information from an Excel spreadsheet into a
new MS Access table. I let MS Access assign it a Primary Key. We'll call
this the "TB" table.
I have this other table I designed that I wish to keep ongoing comments on
each account in several memo fields. We'll call this the "Comments" table.
My goal is to import a new trial balance monthly and be able to disconnect
the ongoing comments information (in Memo fields) from last month trial
balance table, creating a new Comments table and reconnect it with the newly
imported TB table. The Comment table has its on Access designated primary
key. I know not to establish a relationship with the two primary keys.
Instead I use a common note number.
I'v tried doing a "make-table" query separating out the comments with their
respective note numbers and then trying to relate the note number field of
the new TB table with the note number field of the Comments table. However,
the query displays no records.
I know this is the most elementary relational database question involving
relating tables. However, I have always been unsuccessful relating tables
through either the table relations mechanism or through queries. If
successful, I usually end up with a recordset that cannot be updated. The
books make it look like child's play by dragging one field over to a similar
one in another table. But I haven't had success doing this. Also, I don't
know VB and therefore can't use this type solution.
Would someone with great patience, please give me a short lesson in table
relations and if possible tell me how I can accomplish the problem stated
above. Thanks for any help in advance.
Ken Little
kenneth dot little at wachovia dot com
Monthly, I import trial balance information from an Excel spreadsheet into a
new MS Access table. I let MS Access assign it a Primary Key. We'll call
this the "TB" table.
I have this other table I designed that I wish to keep ongoing comments on
each account in several memo fields. We'll call this the "Comments" table.
My goal is to import a new trial balance monthly and be able to disconnect
the ongoing comments information (in Memo fields) from last month trial
balance table, creating a new Comments table and reconnect it with the newly
imported TB table. The Comment table has its on Access designated primary
key. I know not to establish a relationship with the two primary keys.
Instead I use a common note number.
I'v tried doing a "make-table" query separating out the comments with their
respective note numbers and then trying to relate the note number field of
the new TB table with the note number field of the Comments table. However,
the query displays no records.
I know this is the most elementary relational database question involving
relating tables. However, I have always been unsuccessful relating tables
through either the table relations mechanism or through queries. If
successful, I usually end up with a recordset that cannot be updated. The
books make it look like child's play by dragging one field over to a similar
one in another table. But I haven't had success doing this. Also, I don't
know VB and therefore can't use this type solution.
Would someone with great patience, please give me a short lesson in table
relations and if possible tell me how I can accomplish the problem stated
above. Thanks for any help in advance.
Ken Little
kenneth dot little at wachovia dot com