G
Guest
I have a main table that I need to add information from another table. There
is a common field in both tables and I want to update a field name in the
main file from the other table. i.e.
common field: Ven_id
Main Table: ven_name
Second Table: ven_name
I want to take all of the names from the Second Table and add them to the
Main Table. I have tried an update query but nothing was done, so I
obviously did it wrong. help.....
is a common field in both tables and I want to update a field name in the
main file from the other table. i.e.
common field: Ven_id
Main Table: ven_name
Second Table: ven_name
I want to take all of the names from the Second Table and add them to the
Main Table. I have tried an update query but nothing was done, so I
obviously did it wrong. help.....