I have two tables I and need to "update" certain fields…
OwnerTbl has Name, Address (currenlty blank field), City and lots of other good data – however, no address information. This table feeds many queries and forms.
NewInfoTbl has Name, and Address
I need to take the Address from NewInfoTbl and insert it into OwnerTbl where the Names match. Is this possible without SQL…I tried a Append Query but I end up with a mismatch error (both address fields are text). Any suggestions?
Thanks
Doug
OwnerTbl has Name, Address (currenlty blank field), City and lots of other good data – however, no address information. This table feeds many queries and forms.
NewInfoTbl has Name, and Address
I need to take the Address from NewInfoTbl and insert it into OwnerTbl where the Names match. Is this possible without SQL…I tried a Append Query but I end up with a mismatch error (both address fields are text). Any suggestions?
Thanks
Doug