Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
hide table
  •  

  • How to hide a table that is made with SQL "CREATE TABLE"?

    All,

    Access 2003 - WinXP

    I thought this would be a no brainer, but it seems to be a perplexing problem. I have a simple table I use for importing several text reports, use VBA to run through the report to move data into tables. The temp table stays in access (tblTxtRpt), until the next report is imported, I then use SQL to DROP TABLE and CREATE TABLE to recreate it. This is because the table has an autonumber field...
    See more | Go to post

  • John M
    Guest started a topic Hide table/row

    Hide table/row

    I want to hide the first row in my table and if a user click on a show
    button than show it. If it is visible than user can hide it with click a
    hide button.
    In default I hide it with:

    <tr id="ds" style="display: none">

    but how can I make it visible or hide it dynamicaly?

    Is it possible to do it not with TR but with TABLE?

    Thanks!...
    See more | Go to post
Working...