G
Guest
Hello,
My application extracts data from linked tables into local ones. Users take
their laptops and work disconnected on the road.
Some subform have controls (combo row source) bound to linked tables. If PC
is disconnected from LAN, every time form opens error pops up from the linked
control in the subform with "...Make sure the Path is spelled correctly."
with OK and Help buttons. Then form works fine - otherwise. I need this
corrected.
First I am thinking to try is to make the controls unbound and bind them in
sub-form's Current event, provided the datasource is present.
Or.
I also discovered that I could create an empty table in the same MDB file
(import structure only) and link the linked table to it in code when not on
the LAN.
Although doable, both seem like a brut-force and somewhat complicated
solutions. Also kind of clumsy.
Is there an elegant way to somehow "park" the linked tables when datasource
is not present?
Thank you,
Marat.
My application extracts data from linked tables into local ones. Users take
their laptops and work disconnected on the road.
Some subform have controls (combo row source) bound to linked tables. If PC
is disconnected from LAN, every time form opens error pops up from the linked
control in the subform with "...Make sure the Path is spelled correctly."
with OK and Help buttons. Then form works fine - otherwise. I need this
corrected.
First I am thinking to try is to make the controls unbound and bind them in
sub-form's Current event, provided the datasource is present.
Or.
I also discovered that I could create an empty table in the same MDB file
(import structure only) and link the linked table to it in code when not on
the LAN.
Although doable, both seem like a brut-force and somewhat complicated
solutions. Also kind of clumsy.
Is there an elegant way to somehow "park" the linked tables when datasource
is not present?
Thank you,
Marat.