Concatenation

Mitsuki

Registered User.
Local time
Today, 12:24
Joined
May 7, 2006
Messages
11
Hello,


I have a query ... i hope that you can help me solve it!

I am creating a database where i was the ID to be concatenated from 3 fields. I did that well i think i did but when i save the concatenation of the ID is not saved in the table .. :confused:


In the ID field in the form i added this in its control source
Code:
[ =[Field1] & "" & [Field2] & "" & [Field3] ]

.. In the form it concatenated fine but in the table all the fields are saved except for the ID ... :rolleyes:



Help please!
 
what if you made the PK of the table a combination of the three fields and eliminate the ID field? sounds unusual but might do what you are asking?.?
 
I didnt get you please expain
 

Users who are viewing this thread

Back
Top Bottom