I hope that i can explain my problem
I have a column named "stuffno" that i should enter the id of my stuff
I should enter "no 111"
I did this because some stuff dont have id's so if i make a calculated field
"No " & [stuffno]
I will get in the field of stuffno1 "no " for the stuff without id
Ok now i want to make another column that contains just the id of the stuff
Is there anyway to take just the id numbet the contents of "stuffno" field without "no " so the "stuffno1" will be empty or it will contain just the id
Thanks in advance
I have a column named "stuffno" that i should enter the id of my stuff
I should enter "no 111"
I did this because some stuff dont have id's so if i make a calculated field
"No " & [stuffno]
I will get in the field of stuffno1 "no " for the stuff without id
Ok now i want to make another column that contains just the id of the stuff
Is there anyway to take just the id numbet the contents of "stuffno" field without "no " so the "stuffno1" will be empty or it will contain just the id
Thanks in advance
Last edited: