Linked tables do not appear in the list of available tables when creating views or custom views
- You cannot create view or Custom View across databases.
- However, if you use MySQL and the tables are from databases in the same server, you can still create a view, google “Performing a Join Between Tables in Different Databases”.
- Avoid Custom View, see the topic “Using Custom View” in the help file.
Unfortunately tables are on different servers