cocantenate fields as default value

mapakunk

New Member
Joined
May 7, 2002
Messages
40
O can someone please help me! :oops:

I have a table where there are three lookup fields
Region, area, zone
Then a field for a number
How can I join all four fields together into a fifth field called GID?
I know the exp would look like
[Region]&"."&[Area]&"."&[Zone]&"."&[Number]
I can get it to look right on a form, but I cannot tie the value back into the table for some reason.

I've tried setting the default value as an expression (above)

I created a query to join them together but cannot figure out how to dump the query into the field.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Change your query to an Update Query, and put the formula in the "Update To" line of that field.
 
Upvote 0
If you can create a field from other fields, then you don't need to store it in a table, it's just a waste of space. Just base any reports and forms on a query linking your fields together.
 
Upvote 0

Forum statistics

Threads
1,221,590
Messages
6,160,668
Members
451,662
Latest member
reelspike

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top