Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/03/2005, 16:20
Avatar de vbx3m
vbx3m
 
Fecha de Ingreso: febrero-2005
Ubicación: Venezuela
Mensajes: 524
Antigüedad: 19 años, 3 meses
Puntos: 1
Existencia de archivo

Pon este codigo:

Private Sub Form_Load()
On Error GoTo Fallo
x = GetAttr(`C:\archivo.mdb`) 'Puede ser cualrquier tipo de extension
MsgBox `El fichero existe.`
Exit Sub
Fallo:
MsgBox `El fichero no existe.`
End Sub

Me avisas que tal...
__________________
ホルヘ・ラファエル・マルティネス・レオン