CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2015
    Posts
    6

    Hot key to choose table name (sql)

    Hey
    What is the short cut key to choose table name ?

    using ms visual studio Express 2013

    thanks in advance

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Hot key to choose table name (sql)

    Not clear on what you are trying to do - can you explain in more detail?

  3. #3
    Join Date
    Mar 2015
    Posts
    6

    Re: Hot key to choose table name (sql)

    is it ok to insert a link to a youtube training video in here (dificul for me to explain in other way) ?

  4. #4
    Join Date
    Mar 2015
    Posts
    6

    Re: Hot key to choose table name (sql)

    ??

  5. #5
    Join Date
    Mar 2015
    Posts
    6

    Re: Hot key to choose table name (sql)

    im watshing this youtube video please take a look from 8 min and 50 sec - explain what im asking for
    https://www.youtube.com/watch?v=tcmmCcMs8yU

  6. #6
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Hot key to choose table name (sql)

    He's just saving the table and giving it a name. I think he says, "CTRL + F". Well, actually something more like, "Just CTRL F it".

    If CTRL + F doesn't bring up the save dialog, right click on the table and choose save (or rename or whatever options you have).
    Last edited by Arjay; March 1st, 2015 at 07:49 PM.

  7. #7
    Join Date
    Mar 2015
    Posts
    6

    Re: Hot key to choose table name (sql)

    Hey Arjay
    Unfortunately it did not help , but thanks for trying
    Do you know which version you have to have to use Local database
    my version is visual studio Express (free)

    Poul

  8. #8
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Hot key to choose table name (sql)

    Quote Originally Posted by excelent View Post
    Hey Arjay
    Unfortunately it did not help , but thanks for trying
    Do you know which version you have to have to use Local database
    my version is visual studio Express (free)

    Poul
    The version shouldn't matter. The point is to simply save or rename the table (whether you invoke this using CTRL + F or a menu item isn't important). Just look around in Visual Studio for menus or context menus that allow you to save, rename or create a new table.

  9. #9
    Join Date
    Mar 2015
    Posts
    6

    Re: Hot key to choose table name (sql)

    ok thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured