If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Access > Combining fields into 1 field - Have searched on Google

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-20-12, 19:02
sydcomebak sydcomebak is offline
Registered User
 
Join Date: Jan 2012
Posts: 2
Combining fields into 1 field - Have searched on Google

Streets Table:
ID Street
1 Alpha
2 Beta
3 Gamma
4 Delta

Addresses Table:
ID Number Street2
1 1122 Alpha
2 1234 Beta
3 1245 Beta
4 7854 Delta
5 5980 Alpha
6 5765 Gamma
...1000

I want to combine the addresses into one field, but everytime I run a query that comes up in Google Searches, I end up with:

New Addresses Table:
ID Number Street2 Combined
1 1122 Alpha 1122 1
2 1234 Beta 1234 2
3 1245 Beta 1245 2
4 7854 Delta 7854 4
5 5980 Alpha 5980 1
6 5765 Gamma 5765 3
...1000

Obviously my reference is picking up the ID from the Streets Table, how to I select the value of the Addresses Table?
Reply With Quote
  #2 (permalink)  
Old 01-21-12, 12:06
Missinglinq Missinglinq is offline
Registered User
 
Join Date: Jun 2005
Location: Richmond, Virginia USA
Posts: 1,702
The fact that 50 members have read your post and no one has responded is probably due to the fact that, like myself, no one has any idea what you're trying to do! I think you need to explain your statement
Quote:
Originally Posted by sydcomebak View Post

...I want to combine the addresses into one field...
in greater, plain-English, detail, in order for us to help you.

Linq ;0)>
__________________
Hope this helps!

The Devil's in the Details!!

All posts/responses based on Access 2000/2003
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On