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
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>...
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.
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?
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.
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.
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.