On Nov 1, 5:35 pm, "Will" <W...@somewhere.com> wrote:
> We have two tables... tblOld and tblNew... both in the same data base
>
> we want to copy or Import certain fields in tblOld to selected records in
> tblNew
>
> the records in tblNew are already created and a couple of fields are already
> populated properly
>
> we want to...
> - select a set of records in tblNew
> - select a set of records in tblOld
> - select the fields in tblOld we want to copy or import into tblNew
> - the field names in both tables are the same
>
> Thanks for any help on how to do this.
join the tables and create an update query.
|