Im no architect but this comes to mind:
Error table
Fields: Err #, Name, description
Instance table (err# = FK into error)
Fields: Err #, user, date time, etc...
Populate a dropdown box with Names from Error table.. select from instance table where err#=err# from error table (the one the user...