T
Tom
I need to see if someone has a quick solution or possibly
a snippet of code to help me accomplish the following.
I have table A which contains about 50 fields for each
particular record. The Primary Key is a Case ID which is
unique to each record.
What I need to be able to do is take another table that
has the same fields but only lists the records that have
been modified in some way. I need to have table b find
matches by "Case ID" in Table A and update those records
in A.
So if I have a ticket in table a with a CASE ID of 1275.
and that record is updated by a user I need an easy way to
have access update the record in Table A.
Unfortunately I can't have the record in Table A update as
the information is being processed out of a different
application and as of right now we don't have any sort of
ODBC connection to pull it directly out so I have to
manually update the database.
Any help that you guys can offer will be greatly
appreciated.
Tom
a snippet of code to help me accomplish the following.
I have table A which contains about 50 fields for each
particular record. The Primary Key is a Case ID which is
unique to each record.
What I need to be able to do is take another table that
has the same fields but only lists the records that have
been modified in some way. I need to have table b find
matches by "Case ID" in Table A and update those records
in A.
So if I have a ticket in table a with a CASE ID of 1275.
and that record is updated by a user I need an easy way to
have access update the record in Table A.
Unfortunately I can't have the record in Table A update as
the information is being processed out of a different
application and as of right now we don't have any sort of
ODBC connection to pull it directly out so I have to
manually update the database.
Any help that you guys can offer will be greatly
appreciated.
Tom