Bookmark Table in Database
Is there a way to create a link directly to a table in a database so that I can bookmark in a browser instead of having to navigate to the table each time?
2 replies
-
@Patrick... based on your question, I assume you are using the browser / cloud version. YES.... you can "share this view" of the table.. and book mark that. Clicking the book mark goes to the "view" .. But it is just that.. a view of the table.. and not the actual table.. so clicking on rows.. etc.. has no effect.... So in that sense.. NO..
When opening the database, if you always want to start on the same table, you can put an openTable("Table name you want to see first") in the database's Options / Trigger after open ... to accomplish the same..
-
Gotcha. I was hoping to be able to link to the table versus the view.
I just have several tables I'd like to be able to bookmark or put the links in the startup of my browser to open each time.
Content aside
- 5 yrs agoLast active
- 2Replies
- 1145Views