S
Steve
I have a field in a table with text and numbers. The numbers are always at
the end of the data and in the format of (453), (090), (361), (100) etc.
I want to display the numbers only eg. 453, 090, 361, 100 etc. I have used
Mid([Myfield],Instr([Myfield],"(")+1) which results in 453), 090), 361), 100)
etc.
Can I get rid of the end curly bracket by amending my above argument somehow.
Cheers
Steve Barnes
the end of the data and in the format of (453), (090), (361), (100) etc.
I want to display the numbers only eg. 453, 090, 361, 100 etc. I have used
Mid([Myfield],Instr([Myfield],"(")+1) which results in 453), 090), 361), 100)
etc.
Can I get rid of the end curly bracket by amending my above argument somehow.
Cheers
Steve Barnes