Free Advertising Forums | Free Advertising Board | Post Free Ads Forum | Free Advertising Forums Directory | Best Free Advertising Methods | Advertising Forums

Free Advertising Forums | Free Advertising Board | Post Free Ads Forum | Free Advertising Forums Directory | Best Free Advertising Methods | Advertising Forums (http://www.freeadvertisingzone.com/index.php)
-   Manual Traffic Exchanges (http://www.freeadvertisingzone.com/forumdisplay.php?f=56)
-   -   microsoft office Professional 2010 A pair of tips (http://www.freeadvertisingzone.com/showthread.php?t=911056)

sangma43 03-11-2011 11:55 PM

microsoft office Professional 2010 A pair of tips
 
Energy Suggestion originates from Brandon with OpenGate Software, offering Microsoft Accessibility products for Entry consumers of ever encounter stage, including UI Builder, Designer, and Dashboard Builder for Microsoft Accessibility. are two tricks in Access for making SQL better.  The background context is that often it makes more sense to put queries in code rather than save them as query objects,microsoft office Professional 2010, particularly if you don’t want users to have access to them, or don’t want to manage hundreds of queries. Use the Query Design wizard to create your SQL statement. Rather than memorize all the nuance of SQL to write Docmd.RunSQL statements, you can use the Access Query Designer to visually design your most complicated queries, then copy the resulting SQL into your code.  Here’s how: a new query in Accessibility using the wizard, or just the Query Design view. you need to replace a portion of the SQL with a variable from code, you can put a placeholder in the query design.  As shown below, we’ve put 9999 in the Criteria for CustomerID.  We’ll replace that later with a variable in code. Select “SQL” from the list of options at the bottom right of the screen. Now we’ve got our very long and ugly SQL statement.  Part of the benefit is we’re selecting on the fields we need,discount win 7 pro, which means Accessibility will run more efficiently if you’re running the query over a network to a remove database on a file or SQL server. Copy the SQL statement and paste into your VB Docmd.RunSQL statement.  You’ll receive a number of error messages just because you need to be sure to correctly format the statement.  Wherever there is a line break, add the end quote, an underscore, and then a beginning quote for the next line.  Note that if you have any criteria with quotes, you’ll need to add another quote.  So "Active" would become ""Active"" as shown below. Lastly, if you added a placeholder parameter like we did in step b above,microsoft office Home And Student 2010 x86, you can now introduce your variable reference.  As shown below, we have a parameter lngCustomerID that is passed into the function.  In the example, we replaced 9999 with " & lngCustomerID & " #2:  Use the Query Design view to troubleshoot SQL in code.  The reverse of #1,discount win 7 code, I often have times where I’ve written some SQL, and make a change that breaks it.  One of the easiest ways to diagnose the problem is to copy the SQL from code, paste it into the Query Designer, and see what may be the problem.  For action queries (make table,discount office 2010 x86, append, update, delete), change them to Select Queries in the Query Designer to see whether or not your query will actually return any rows, and find the root cause of the problem.


All times are GMT. The time now is 12:51 AM.

Powered by vBulletin Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Free Advertising Forums | Free Advertising Message Boards | Post Free Ads Forum