G
Guest
Following my earlier question (below)
Is it possible to run a query with a calculation that can change the following
Sample Location
BH 3 = Borehole 03
BH 4 = Borehole 04
BH 5 = Borehole 05
.....
BH 11 = Borehole 11
Next question - I've just realised that some of the queries have the
following names
BH 15 = Borehole 15 works with below code
BH 16 = Borehole 16 works with below code
BH 54/1 = Borehole 54/1 error
BH 54/2 = Borehole 52/2 error
NewCode: "Borehole " & Format( CInt(Mid([Sample Location], 4) ), "00" )
Can I get round this?
Is it possible to run a query with a calculation that can change the following
Sample Location
BH 3 = Borehole 03
BH 4 = Borehole 04
BH 5 = Borehole 05
.....
BH 11 = Borehole 11
Next question - I've just realised that some of the queries have the
following names
BH 15 = Borehole 15 works with below code
BH 16 = Borehole 16 works with below code
BH 54/1 = Borehole 54/1 error
BH 54/2 = Borehole 52/2 error
NewCode: "Borehole " & Format( CInt(Mid([Sample Location], 4) ), "00" )
Can I get round this?