R
reidarT
Dim Kildefil as object
Kildefil = "H:\dbBil\dbBil.mdb"
if not Dir(Kildefil)) Then
else
Msgbox("Can't find file!",msgboxstyle.information,conMelding)
end if
I get this error when file is missing.
Change form string to type Long is not legal.
regards
reidarT
Kildefil = "H:\dbBil\dbBil.mdb"
if not Dir(Kildefil)) Then
else
Msgbox("Can't find file!",msgboxstyle.information,conMelding)
end if
I get this error when file is missing.
Change form string to type Long is not legal.
regards
reidarT