B
Brian Branco
need a program that will take records from an input
file and add them to a table if they don't already
exist. If they exist, update just the description.
Example:
INPUT_TABLE
CODE DESCRIPTION
PERMANENT_TABLE
CODE DESCRIPTION
I need it to skip through the INPUT_TABLE and find the
record in the PERMANENT_TABLE. If it does not find it,
add the CODE and DESCRIPTION to the table, otherwise just
update the DESCRIPTION.
I am new to Access, but not new to programming. It's a
simple program in Visual Foxpro, but I am struggling with
it in ACCESS.
Thanks
..
file and add them to a table if they don't already
exist. If they exist, update just the description.
Example:
INPUT_TABLE
CODE DESCRIPTION
PERMANENT_TABLE
CODE DESCRIPTION
I need it to skip through the INPUT_TABLE and find the
record in the PERMANENT_TABLE. If it does not find it,
add the CODE and DESCRIPTION to the table, otherwise just
update the DESCRIPTION.
I am new to Access, but not new to programming. It's a
simple program in Visual Foxpro, but I am struggling with
it in ACCESS.
Thanks
..