doing an append and an update at the same time

H

Helen Martin

hello.. I'm trying to import some new names and email addresses into my
contact database..

I need to add records to my mail contact information table, and add
records to my table which shows the relationship between the contacts
and the organisation..

I need to know if I need to do this in two steps or if there is some way
to do it in one pass...

is there any way to add records to two different tables in one operation..

can you "append" to a query??

Helen
 
H

Helen Martin

just realised this subject is wrong but if I change it the messages
won't thread properly.. :)

its not really an update and an append, but two append procedures..
 
Top