What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » MS ACCESS - SIMPLE PROBLEM I JUST CAN'T GET MY HEAD AROUND

MS ACCESS - SIMPLE PROBLEM I JUST CAN'T GET MY HEAD AROUND
Author: Message:
Adeptus
Senior Member
****


Posts: 732
Reputation: 40
Joined: Oct 2005
RE: MS ACCESS - SIMPLE PROBLEM I JUST CAN'T GET MY HEAD AROUND
Ok.  Right click in Query Designer, select SQL view, and type the following (adjusting for your table and field names):

UPDATE Table1 INNER JOIN Table2 ON Table2.DepartmentName = Table1.DepartmentName SET Table1.Col1 = Table2.Col1, Table1.Col2 = Table2.Col2

You may, of course, have more than two columns you want to update.  I quickly tested it (since I normally work with SQL Server and Access only supports a subset of T-SQL) and it works.

I don't know whether or how you can create such a query in the drag-n-drop designer mode.  I noticed that after having it saved, Query Designer doesn't seem to be able to display it otherwise than just straight SQL.
04-19-2007 09:43 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
MS ACCESS - SIMPLE PROBLEM I JUST CAN'T GET MY HEAD AROUND - by mrsmfox on 04-19-2007 at 06:54 PM
RE: MS ACCESS - SIMPLE PROBLEM I JUST CAN'T GET MY HEAD AROUND - by Adeptus on 04-19-2007 at 09:03 PM
RE: MS ACCESS - SIMPLE PROBLEM I JUST CAN'T GET MY HEAD AROUND - by mrsmfox on 04-19-2007 at 09:06 PM
RE: MS ACCESS - SIMPLE PROBLEM I JUST CAN'T GET MY HEAD AROUND - by Adeptus on 04-19-2007 at 09:43 PM
RE: MS ACCESS - SIMPLE PROBLEM I JUST CAN'T GET MY HEAD AROUND - by mrsmfox on 04-20-2007 at 02:23 AM
RE: MS ACCESS - SIMPLE PROBLEM I JUST CAN'T GET MY HEAD AROUND - by Adeptus on 04-20-2007 at 04:01 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On