When I try to use the mid function in my Access 2002 in a query I got streange behavings;
e.g:
table1: ID=1 & test=ABCDEFG
query1: mid([test],2,2)
should give me BC
but gives BCDEFG
Like it doesn't take care of the last 2 in the mid function.
Is trere any explannation for this?
e.g:
table1: ID=1 & test=ABCDEFG
query1: mid([test],2,2)
should give me BC
but gives BCDEFG
Like it doesn't take care of the last 2 in the mid function.
Is trere any explannation for this?