You could always separate the two fields, one date, one req_no.
Then when you wish to display the information on reports you can pass it to a combining function that will format the two values to display that. Unless you're parsing the data from another source, I would take this route.
There...