F
Freddy
i need to create unique delivery id numbers together with part of branch name
EG
branch name
Peckham
Croydon
i use DMax("DelvNo",Booking")+1 which gives me the next increament number
but i would like to add part of the branch name so that i get the next number
for a particular barnch.
i.e
Branch Del No
PECK 3 or
CROY 8
Thanks In advance
EG
branch name
Peckham
Croydon
i use DMax("DelvNo",Booking")+1 which gives me the next increament number
but i would like to add part of the branch name so that i get the next number
for a particular barnch.
i.e
Branch Del No
PECK 3 or
CROY 8
Thanks In advance