Thanks for the assistance. Here is what I have got from your suggestion:
ID is the field that the web address is in. I am using "document_id" to id the character location and adding 12 to get my start position.
=Mid([ID],InStr([ID],"document_id=")+12,6)
This does work, but I am not sure if...