Lightlancer
Programmer
Hi,
i have 3 fields, that must be put into 1 field,
so field 1 is: Test
Field 2 is: 12
Field 3 is: 3
Field 4 is the field wich contains all information, so when a user puts in data, VBA must automaticly put all 3 fields into 1 so that Field 4 is: "Test 12 3"
How can this be done, is thought:
Field 4 = "Field 1" & "Field 2" & "Field 3"
but that doesnt seem right
i have 3 fields, that must be put into 1 field,
so field 1 is: Test
Field 2 is: 12
Field 3 is: 3
Field 4 is the field wich contains all information, so when a user puts in data, VBA must automaticly put all 3 fields into 1 so that Field 4 is: "Test 12 3"
How can this be done, is thought:
Field 4 = "Field 1" & "Field 2" & "Field 3"
but that doesnt seem right