D
dandgard
I am working on creating my own linked table manager. While doing this
I have developed code to read the name of the table and check to see if
it is an attached table and where the attached table is coming from
(path). This works really good and I can check back to the original DB
and see if I can find it and the table.
The problem is if someone changes the name of the link to the table in
the DB I don't know how to resolve what the original name was. There
is still a link because I get the data but since the names don't match
I can't find the table in the backend.
There has to be another field somewhere that allows the front end to
find the table. Any ideas.
I have developed code to read the name of the table and check to see if
it is an attached table and where the attached table is coming from
(path). This works really good and I can check back to the original DB
and see if I can find it and the table.
The problem is if someone changes the name of the link to the table in
the DB I don't know how to resolve what the original name was. There
is still a link because I get the data but since the names don't match
I can't find the table in the backend.
There has to be another field somewhere that allows the front end to
find the table. Any ideas.