Thanks, Michel! Your assumptions were correct. You make everything
look easy! I just couldn't figure it out. In any case here's my actual
info (I always try to simplify my questions with dummy names, etc.).
UPDATE tblProfiles INNER JOIN tblFGAttributes ON
tblProfiles.txtProfileID = tblFGAttributes.txtProfileID
SET tblProfiles.Status = tblFGAttributes.Status
On Aug 26, 8:17*am, "Michel Walsh"
<vanderghast@VirusAreFunnierThanSpam> wrote:
> UPDATE tblNew INNER JOIN tblOld ON tblNew.id = tlbOld.id
> SET tblNew.field1= tblOld.field1
>
> as example. I assumed tblNew.id = tblOld.id indicates the relation which
> allows to find the tblOld.field1 value which will be used to update
> tblNew.field1, given tblNew.id
>
> Vanderghast, Access MVP
>
> <jl...@marzetti.com> wrote in message
>
> news:3da13ca6-a092-40d9-9876-(E-Mail Removed)...
>
>
>
> >I need to normalize by moving a field from one table to another. How
> > can I update the field after I move it? For example, I'm moving
> > [Field1] from tblOld to tblNew. Both of these tables have the primary
> > key [ID] and contain records.
>
> > Thanks for your help!- Hide quoted text -
>
> - Show quoted text -
|