Hi, i have a field in a table which has values like...
934881
925676
946789
etc...
i want to be able to display the results in a query like the following...
DRA4881
DRB5676
Basically, if the first two digits are '93' then replace with
'DRA' then the last four digits etc...
The relationship is...
93xxxx = DRAxxxx
94xxxx = DRBxxxx
95xxxx = DRKxxxx
96xxxx = DRFxxxx
Please can anyone post an example?
Many thanks,
BF
934881
925676
946789
etc...
i want to be able to display the results in a query like the following...
DRA4881
DRB5676
Basically, if the first two digits are '93' then replace with
'DRA' then the last four digits etc...
The relationship is...
93xxxx = DRAxxxx
94xxxx = DRBxxxx
95xxxx = DRKxxxx
96xxxx = DRFxxxx
Please can anyone post an example?
Many thanks,
BF