binding the case ID to the file name would not make it so only the case owner could see it.
for that to work, you would store the file name as is, into a new table and also store the case owners ID.
you could then create a recordset to show all case files and filter it on the logged in users session to return the files for that user.


