Connecting Tech Pros Worldwide Help | Site Map

Update a Field from another table

  #1  
Old November 12th, 2005, 06:18 PM
Tony Johnson
Guest
 
Posts: n/a
I want to update a particular field in a form for only a certain set of
records. The certain set of records is named Financed. I need to
update those Financed records with a financed number that was generated
in another table. Is there some tricky code to make a particular field
in a form equal a certain field in another table?

Thank you


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #2  
Old November 12th, 2005, 06:18 PM
Colin Halliday
Guest
 
Posts: n/a

re: Update a Field from another table


From the limited information you have provided, it sounds like you need to
run an Update Query against the set of records.

Colin


"Tony Johnson" <ett@wt.net> wrote in message
news:3feddb57$0$202$75868355@news.frii.net...[color=blue]
> I want to update a particular field in a form for only a certain set of
> records. The certain set of records is named Financed. I need to
> update those Financed records with a financed number that was generated
> in another table. Is there some tricky code to make a particular field
> in a form equal a certain field in another table?
>
> Thank you
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it![/color]



Closed Thread