0

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

null
    • Mconneen
    • 5 yrs agoFri, June 21, 2019 at 5:12 PM UTC
    • Reported - view

    @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.. 

    • patrick
    • 5 yrs agoSat, June 22, 2019 at 1:47 AM UTC
    • Reported - view

    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.