Refresh filelist

S

spcruise

I have used Allen Brownes code for listing files in directory with great
success!! However, I need to be able to refresh the file list to reflect the
record I am on without closing and loading the form.

The form is moving to the new record and displaying it correctly but the
unbound memo field that displays the files for a specified directory now
shows the previous records files PLUS the new records. It continues to add
files to the file list until the form is closed and reloaded.

I have tried the me.undo, setting the value to "" or null when I display a
new record as well as trying almost all the available event triggers.

Any help is greatly appreciated!!!
 
Top