C
chriske911
wanting to be fancy I got code from Dev Ashish to relink the backend db
I have a main form that opens a dao.rs to get the forms to open, a
title for the main form, the current dev version and so on
when I open the dao.rs I get an error if the backend is not there
what is the best way to check if the backend is still there or not and
call the refreshlink code without giving the default msaccess error
first
if I use rs.eof = true I get "object variable not set" because rs is
still Nothing
thnx
I have a main form that opens a dao.rs to get the forms to open, a
title for the main form, the current dev version and so on
when I open the dao.rs I get an error if the backend is not there
what is the best way to check if the backend is still there or not and
call the refreshlink code without giving the default msaccess error
first
if I use rs.eof = true I get "object variable not set" because rs is
still Nothing
thnx