am attempting to create a query/program which can expand a group of ‘Certificates’ into individual Certificates.
To explain, I start with the following
Accreditation Start No. End No. Sum Month
R00999RREN 0000000105 0000600105 61 Jan-05
I need to break the number apart so that this would show as 61 records, eg
R00999RREN 0000000105 0000000105 1 Jan-05
R00999RREN 0000010105 0000010105 1 Jan-05
R00999RREN 0000020105 0000020105 1 Jan-05
R00999RREN 0000030105 0000030105 1 Jan-05
Through to record….
R00999RREN 0000600105 0000600105 1 Jan-05
Can anyone help?
To explain, I start with the following
Accreditation Start No. End No. Sum Month
R00999RREN 0000000105 0000600105 61 Jan-05
I need to break the number apart so that this would show as 61 records, eg
R00999RREN 0000000105 0000000105 1 Jan-05
R00999RREN 0000010105 0000010105 1 Jan-05
R00999RREN 0000020105 0000020105 1 Jan-05
R00999RREN 0000030105 0000030105 1 Jan-05
Through to record….
R00999RREN 0000600105 0000600105 1 Jan-05
Can anyone help?