|
Microsoft Most Valued Professional (MVP) - Access Expert |
|
Boyd Trimmell, aka HiTech Coach Microsoft MVP - Access Expert
Profile at Microsoft
What is an Microsoft Most Valuable Professional (MVP)?
Microsoft awards the Most Valuable Professional (MVP) in recognition of significant contributions made to technical communities by sharing high quality, real world expertise. Microsoft Most Valuable Professionals (MVPs) are a worldwide network of exceptional technical community leaders.
"If technology doesn't work for people, then it doesn't work." - Kim Vicente |
|
Data is a terrible thing to waste! We turn your data into useful information.
Do you need assistance with a Microsoft Access database you are developing?
Have you inherited a Microsoft Access database?
Are you unsure how to use, maintain or update it?
Are you a developer that needs help getting an Access project done?
Are you a consultant with a client the needs help with Access?
Help is here!
Are you unsure how a Microsoft Access database can help and you need an expert who can point you in the right direction?
At Business Information Management, Inc. we specialize in managing your information needs.
Some of the ways we serve our customers include:
-
Ready to use Microsoft Access based full Accounting system
-
Design and build a custom solution to meet your needs
-
Customize your Access database
-
Microsoft Access Training & Support
We can build it from scratch or customize what you have.
Our programming toolbox include popular software products like:
Doing what others think is Impossible!
|
|
Last Updated on Tuesday, 28 September 2010 01:49 |
|
Record Source for Forms and Report |
|
|
|
|
Written by Boyd Trimmell
|
|
Thursday, 07 October 2010 20:04 |
|
I will assume JET 4/ACE (Access 2000 or later) back end:
For Access Forms and Reports you have several options for setting the Record Soruce property.
1) A saved query is optimized when it is saved. It will not need to be optimized again. This has a performance gain.
2) (recommend method if possible) Embedded a SQL string in the record source of a form or report. This is also stored as a temp query so the above applies.
3) Build the SQL in VBA code as string, not modifying the QueryDef(). While it is true the VBA code might get complied, the SQL is still just in a string. When the SQL is executed it must go through the optimizer EVERY time. This lowers the performance when compared to the previous two options where the query get optimized then saved.
Now let's compare options #1 and #2.
Pros of Option 1: If you store the query then it can be shared with other objects. For example multiple reports can share the same saved/named) query but have different grouping and sorting.
Pros of Option 2 : When the SQL is stored in the record source of a form or report, it protects the query when the database is compiled into an MDE/ACCDE.
Pros for Option 3: There are time when you must build the SQL on the fly using VBA code. I will take the slight performance hit to gain the desired functionality. I will use this in special cases but not as a standard method.
I would recommend setting a Form's and Report's record source to an embedded SQL string (Option #2) whenever possible. I find this keeps things more organized. When you look at teh query list in the Navigation pane or Database Container you will have a whole lot less queries to sort through to find the one you need.
|
|
Last Updated on Thursday, 07 October 2010 20:20 |
|
Written by Boyd Trimmell
|
|
If you have Office 2007 or Office 2010 installed, you can use the new build feature to save a document, spreadsheet, or Access report as a PDF.If you are using an ealier version of Office or other Windows software, you can install software that will act like a printer that will take the output sent toa printer and save it as a PDF file.
There are some excellent products that you can purchase. If all you need are basic features then I would urge you to check out Primo PDF (click here).
Installing PrimoPDF is very simple. Once installed, when you go to print from any Windows applic ation, simply select the printer named PrimiPDF. One of the great feature of PrimoPDF is that you can select the post processiong action to email. This will create the PDF and automatically open a new email message with the new PDF automatically attached. |
|
Last Updated on Thursday, 15 April 2010 05:50 |
|
Best Performing Free Antivirus |
|
|
|
|
Written by Administrator
|
|
Wednesday, 14 April 2010 06:36 |
|

The Anti-malware testing group AV-Comparatives.org tested sixteen products on the malware removal/cleaning capabilities of the security products installed on an already infected/compromised system.
The best performing free software by the Anti-malware testing group was Microsoft Security Essentials and they've also given it their best ranking in their performance test as well.
I have installed Microsoft Security Essentials and and have found it to be very fast and light on system resources. I compared it on a PC running XP Pro SP3 machine with AVG 9 Free edition with Spybot Search and Destroy. I have now removed AVG 9 Free edition and Spybot Search and Destroy and replaced it with Microsoft Security Essentials. The PC is running faster and has more free memory!
To download this free tool Microsoft Security Essentials Clcik Here
For additional information see:
AV-Comparatives picks six malware removal winners Performance Tests [AV-Comparatives] AV-Comparatives Rates Anti-Malware Performance [PC Mag via @edbott] |
|
Last Updated on Wednesday, 14 April 2010 06:57 |
|
|