Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Miguel

    File menu removed

    Thanks, that is correct (I feel a bit stupid now :~/ ! Pretty obvious now that I know how!)
  2. Miguel

    File menu removed

    Hi A student of mine has removed the File Menu from Word. This is easy to do with customizing toolbars, but I can't seem to drag it back into place. How do I put it back in place? Thanks
  3. Miguel

    Application-defined or object-defined error

    Hi all The error as stated above occurs when creating a simple report or form from a database. Does anyone know what may cause this and how to fix it?
  4. Miguel

    Commenting out in Jet SQL

    When you say SQL design view, do you mean the QBE grid? I'm not trying to do it there, but in the SQL window. <br> eg<br> SELECT TT.*, TTTG.*, STMA.*, SU.*<br> FROM TT, TTTG, STMA, SU,<br> TT INNER JOIN TTTG ON TT.TTKEY = TTTG.GKEY, <br> STMA INNER JOIN SU ON STMA.MKEY = SU.SUKEY, <br>...
  5. Miguel

    Commenting out in Jet SQL

    Thanks, but still no good.
  6. Miguel

    Commenting out in Jet SQL

    Thanks<br> This cut/paste idea is pretty much what I've been doing thus far. Because it's a bit fiddly, with cutting non-adjacent areas, I was hoping there was a simple way of commenting areas out. Thanks anyway.
  7. Miguel

    Commenting out in Jet SQL

    Thanks Bill<br> Single quote doesn't do it, not does:<br> */<br> *<br> {}<br> --<br> It is SQL that needs commenting out, not VBA. Any other suggestions?
  8. Miguel

    Commenting out in Jet SQL

    I'm programming in a product called MAZE, a school administration program. It uses Microsoft Jet SQL. I would like to be able to comment out sections of SQL while I am testing, but so far no luck. Any suggestions?<br> Thanks.
  9. Miguel

    Commenting out in Microsoft Jet SQL

    I have tried:<br> *<br> */ /*<br> { }<br> '<br> REM<br> <br> Have you got any other suggestions?<br>
  10. Miguel

    Commenting out in Microsoft Jet SQL

    I'm programming in a product called MAZE, a school administration program. It uses Microsoft Jet SQL. I would like to be able to comment out sections of SQL while I am testing, but so far no luck. Any suggestions?<br> Thanks.
  11. Miguel

    Nested Select? Count on a count

    I have a Students table which includes the fields FamilyCode and StudentKey. I need to be able to count the number of families that have one student, two students, three students and more than three students. It doesn't sound too hard, but I'm stuck. Any ideas?

Part and Inventory Search

Back
Top