O
Ohio5
I have two tables that are identical with regard to the
fields and format. The first table is data that I bring
in from another database although there are multiple rows
of the same ID since the Comments field has multiple
comments and they can not be pulled any other way with the
way the database with the data is setup.
So the idea is to either append or update to the other
table based on the ID#. So basically in one module I want
to do an if then I guess, If the ID# exists then
concatenate the Comments field, if the ID# does not exist
then append the entire record to the table.
Can someone help me get started with this. I know what I
want to do in theory but putting it to work is a different
story.
Thanks!!!!!
fields and format. The first table is data that I bring
in from another database although there are multiple rows
of the same ID since the Comments field has multiple
comments and they can not be pulled any other way with the
way the database with the data is setup.
So the idea is to either append or update to the other
table based on the ID#. So basically in one module I want
to do an if then I guess, If the ID# exists then
concatenate the Comments field, if the ID# does not exist
then append the entire record to the table.
Can someone help me get started with this. I know what I
want to do in theory but putting it to work is a different
story.
Thanks!!!!!