Hi Steve
So using the examples:
In the table pc Group say for post codes BD1, BD2,...to BD10
TblpcGroup
pcID - number (This is autonumber with value 1)
pcArea - Text i.e. BD
pcDistrict - number - start number for the group - This will be 1
pcDistrict2 - number - end number for the group - This will be 10
And, in the table pc Group say for post codes BD11, BD12,...to BD20
TblpcGroup
pcID - number (This is autonumber with value 2)
pcArea - Text i.e. BD
pcDistrict - number - start number for the group - This will be 11
pcDistrict2 - number - end number for the group - This will be 20
And in the table pc Group say for post codes LS1, LS2,...to LS9
TblpcGroup
pcID - number (This is autonumber with value 3)
pcArea - Text i.e. LS
pcDistrict - number - start number for the group - This will be 1
pcDistrict2 - number - end number for the group - This will be 9
Is my assumption correct?
Thanks
rob
So using the examples:
In the table pc Group say for post codes BD1, BD2,...to BD10
TblpcGroup
pcID - number (This is autonumber with value 1)
pcArea - Text i.e. BD
pcDistrict - number - start number for the group - This will be 1
pcDistrict2 - number - end number for the group - This will be 10
And, in the table pc Group say for post codes BD11, BD12,...to BD20
TblpcGroup
pcID - number (This is autonumber with value 2)
pcArea - Text i.e. BD
pcDistrict - number - start number for the group - This will be 11
pcDistrict2 - number - end number for the group - This will be 20
And in the table pc Group say for post codes LS1, LS2,...to LS9
TblpcGroup
pcID - number (This is autonumber with value 3)
pcArea - Text i.e. LS
pcDistrict - number - start number for the group - This will be 1
pcDistrict2 - number - end number for the group - This will be 9
Is my assumption correct?
Thanks
rob
