I have a front end database that links to several backend databases which are picked off a menu. However the backend databases are relative to one of two years and work off one of two sets of dates which are held in another database, so it was just for a short cut to get the front end to look at the right set of dates by having the backend already linked into to the correct date table.
However, i have now got round the problem by making the front end database creat its own internal date table to fit the backend that it connects to.
While you cannot link to a table that is itself linked, you can import this table. Doing so will treat it as a link, i.e. it the table were linked in the db you're importing it from it will also be linked in the db you import it to.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.