Hi there,
Is it possible to group by letter intervals?
For example, if there was a table [tblRepsGrouping] with data as follows as follows:
SurnameStartLetters RepNumber
A to BU 1
BT to DE 2
DD to GU 3
GV to IM 4
etc.
So with the first 2 letters of the field [Surname] from [tblMembers] a query could be made to identify which Rep was responsible for each person?
Thanks for any help.
Dave
Is it possible to group by letter intervals?
For example, if there was a table [tblRepsGrouping] with data as follows as follows:
SurnameStartLetters RepNumber
A to BU 1
BT to DE 2
DD to GU 3
GV to IM 4
etc.
So with the first 2 letters of the field [Surname] from [tblMembers] a query could be made to identify which Rep was responsible for each person?
Thanks for any help.
Dave