S
Steve S
What is more efficient, 2 DLookups (method X) or 1Dlookup and a Right()
and a Left() (method Y).
What I currently have is the table below and I use method Y and break out
the right 3 characters from field D and then the 3 left characters.
A B C M
1 2 9 130-200
1 0 1 030-200
2 3 3 150-210
2 2 2 130-200
2 0 1 030-200
2 4 9 220-230
Would it be better to break field M into 2 fields -Mright and Mleft- and use
2 Dlookups. Or does it even make any difference?
and a Left() (method Y).
What I currently have is the table below and I use method Y and break out
the right 3 characters from field D and then the 3 left characters.
A B C M
1 2 9 130-200
1 0 1 030-200
2 3 3 150-210
2 2 2 130-200
2 0 1 030-200
2 4 9 220-230
Would it be better to break field M into 2 fields -Mright and Mleft- and use
2 Dlookups. Or does it even make any difference?