R
Ruben Granados
Hi, I'm pretty new in Access and VBA
I finished a Database, then I split it. Now I'am facing
the problem of relinking tables (I want to make sure that
no matter the path the user can always find the links, if
I'm bad in computer stuff they are worse.. so I don't want
to leave this to them)
I found a code in a book. For me it's to complex. until
now I don't know if it doesn't run.
This Error occurs when compiling:
"User defined type not defined"
and this declaration is highlighted
Dim oDBInfo As dbInfo
It's exactly as it is in the book, what's going wrong?
Pls any help will be appreciated. Also if someone knows a
better way for relinking (by code) it will help me tons.
thx.
I finished a Database, then I split it. Now I'am facing
the problem of relinking tables (I want to make sure that
no matter the path the user can always find the links, if
I'm bad in computer stuff they are worse.. so I don't want
to leave this to them)
I found a code in a book. For me it's to complex. until
now I don't know if it doesn't run.
This Error occurs when compiling:
"User defined type not defined"
and this declaration is highlighted
Dim oDBInfo As dbInfo
It's exactly as it is in the book, what's going wrong?
Pls any help will be appreciated. Also if someone knows a
better way for relinking (by code) it will help me tons.
thx.