Sed

If you put a breakpoint here...
Code:
Private Sub Form_Load()
   File1.Path = (App.Path & "\SAVED_DATA\CustomerPI")
   i = 0
   Customer = File1.ListIndex
   Customer = 0
... what is the value of File1.Path?
Does it look something like "c:\myDir\mySubDir\SAVED_DATA\CustomerPI"?

Spoo