J
James Houston
I'm running a query in an Access 97 database that appends records from
table1 to table2. Table2 has fields that table1 doesn't have. What I want
to do is update the unreleated fields in table2 for the records that are
appneded from table1. Say the two tables have the following structures:
Table1 Table2
Name Name
Address Address
City City
State State
Zip Zip
PrintLabel
What I want to do is set a value for PrintLabel when I append a new record.
Does anyone know how to make this work? Thanks in advance.
Jim
table1 to table2. Table2 has fields that table1 doesn't have. What I want
to do is update the unreleated fields in table2 for the records that are
appneded from table1. Say the two tables have the following structures:
Table1 Table2
Name Name
Address Address
City City
State State
Zip Zip
PrintLabel
What I want to do is set a value for PrintLabel when I append a new record.
Does anyone know how to make this work? Thanks in advance.
Jim