J
J.J.
I need some help but existing threads I have scoured discussing linking to
backends each have unique issues. I have a couple of users who are not
computer skilled enough to use Link Manager so I would like to
programmatically link to the master backend when hooked to the server and to
the local replica backend when in the field with a laptop. I envision
something like:
if predefined server site located then use server mdb as backend
else set dbs backend to predefined local replica mdb
conflicting info makes me unsure or even if to use something like
Set dbsCurrent = CurrentDb
I am sure there is a much more elegant and simple way to do this. Thank you
backends each have unique issues. I have a couple of users who are not
computer skilled enough to use Link Manager so I would like to
programmatically link to the master backend when hooked to the server and to
the local replica backend when in the field with a laptop. I envision
something like:
if predefined server site located then use server mdb as backend
else set dbs backend to predefined local replica mdb
conflicting info makes me unsure or even if to use something like
Set dbsCurrent = CurrentDb
I am sure there is a much more elegant and simple way to do this. Thank you