N 
		
								
				
				
			
		NotGood@All
I'm using this code to open a file outside of Access.  It finds the document
with this inmates number and opens it, Can this code be modified so it only
looks for the first 7 characters and the .tif extention?
strdoc = "w:\AllInmateRecords\" & Me.[Inmate ID#].Value & ".tif"
				
			with this inmates number and opens it, Can this code be modified so it only
looks for the first 7 characters and the .tif extention?
strdoc = "w:\AllInmateRecords\" & Me.[Inmate ID#].Value & ".tif"