Concatenate two fields into a third one [Access 2003]
Fr_Picon
Posted messages
4
Status
Membre
-
Tessel75 -
Tessel75 -
Hello,
I searched the web for a solution to this very simple question and I couldn't figure it out...
I have two fields "location" and "object_number" and I would like them to be concatenated in a third one to get a result like "Paris1" when I move from one record to another. This field must be unique.
In the table, I tried using "default value" but I can't seem to reference the fields.
I created an update query but I can't seem to call it when exiting a new record.
Thanks in advance
Configuration: Windows 7 / Firefox 37.0
I searched the web for a solution to this very simple question and I couldn't figure it out...
I have two fields "location" and "object_number" and I would like them to be concatenated in a third one to get a result like "Paris1" when I move from one record to another. This field must be unique.
In the table, I tried using "default value" but I can't seem to reference the fields.
I created an update query but I can't seem to call it when exiting a new record.
Thanks in advance
Configuration: Windows 7 / Firefox 37.0
In a query in a new field
For example
you have a first name field and a last name field. You want to combine the two. You create a field FirstName/LastName:[FirstName]&" "[LastName]. If you want a separator between the two, you use &"-"&.