Outlook: Disable Add-Ins

========= QUESTION --------- How do I disable an individual Outlook Add-In?   ========= ANSWER --------- Outlook 2010: File, Options, Add-InsSelect COM Add-Ins from the Manage drop down list at the bottom of the window, and click [Go...]Un-Check the box next to the add-in you wish to disable and click [OK]   ========= EXAMPLES --------- see [...]

By |2011-09-14T06:39:47+00:00September 14th, 2011|Computers, Documentation, Microsoft, Outlook|Comments Off on Outlook: Disable Add-Ins

Outlook Add-In: Outlook Redemption

========= QUESTION --------- I noticed a new Plug-In in my Microsoft Outlook Add-In Manager called Redemption Helper Outlook Extension - what is it? --------- I found a pop-up error waiting for me on my computer this morning as follows: Microsoft Office OutlookOutlook experienced a serious problem with the 'redemption helper outlook extension' add-in. If you [...]

By |2011-09-14T06:31:11+00:00September 14th, 2011|Computers, Documentation, Microsoft, Outlook|Comments Off on Outlook Add-In: Outlook Redemption

ODBC Error: The setup routines for the X ODBC Driver could not be loaded

========= QUESTION --------- When attempting to ADD or EDIT an ODBC connection from the ODBC Data Source Administrator in Windows, I receive the following error: Microsoft ODBC Administrator The setup routines for the X ODBC Driver could not be loaded due to system error code 126: The specified module could not be found. (C:......dll).   [...]

By |2017-12-01T23:47:37+00:00September 13th, 2011|Computers, Documentation, Microsoft, ODBC, Windows|Comments Off on ODBC Error: The setup routines for the X ODBC Driver could not be loaded

SQL: Insert Statement

========= QUESTION --------- How do I add a record to a table using SQL?   ========= ANSWER --------- see EXAMPLES   ========= EXAMPLES ---------  SQLTxt = "INSERT INTO 0000T_Log (Dt, Log) VALUES (#" & Now() & "#, '" & Me.CurrentStatus & "')"CurrentDb.Execute SQLTxt   ========= APPLIES TO / KEY WORDS --------- Microsoft Access SQL Insert [...]

By |2017-12-01T23:47:37+00:00September 2nd, 2011|Access, Computers, Documentation, Microsoft, SQL, VBA|Comments Off on SQL: Insert Statement

Keyboard Shortcuts: Windows Logo Key

========= QUESTION --------- Windows Logo Key keyboard shortcuts   ========= ANSWER ---------see EXAMPLES   ========= EXAMPLES --------- Windows logo key:  Open or close the Start menu. Windows logo key + Pause: Display the System Properties dialog box. Windows logo key + D:  Display the desktop. Windows logo key + M: Minimize all windows. Windows logo [...]

By |2017-12-01T23:47:37+00:00August 31st, 2011|Computers, Documentation, Microsoft, Windows|Comments Off on Keyboard Shortcuts: Windows Logo Key

How do I add a web site shortcut icon on my iPad, iPhone, or iPod?

========= QUESTION --------- How do I add an icon shortcut to a web site on my iOS (iPad, iPhone, iPod) device?   ========= ANSWER --------- On your iPad, visit the web site you would like to add. Tap the action button (box with a curved arrow on it) next to the web address field at [...]

By |2017-12-01T23:47:37+00:00August 29th, 2011|Apple, Computers, Documentation, iOS|Comments Off on How do I add a web site shortcut icon on my iPad, iPhone, or iPod?

Outlook Error: Outlook cannot display this view

========= QUESTION --------- When I click a folder or my inbox in Microsoft Outlook, I get an error pop-up stating "Outlook cannot display this view" with nothing but an OK button. How do I fix?   ========= ANSWER --------- Shutdown Outlook, then go to Start, Run, and type: Outlook.exe /CleanViews   ========= EXAMPLES ---------see ANSWER [...]

By |2017-12-01T23:47:37+00:00August 28th, 2011|Computers, Documentation, Microsoft, Outlook|Comments Off on Outlook Error: Outlook cannot display this view

Access VBA: Open a database or file using VBA

========= QUESTION --------- I have a database that I use on a regular basis, and when I am finished working with that database, I invariably always move on to the same second database file. Is there a way for me to open another file using a button or sub within VBA?   ========= ANSWER --------- [...]

By |2017-12-01T23:47:38+00:00August 25th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Access VBA: Open a database or file using VBA

Access: Truncate Function

========= QUESTION --------- Is there a Trunc or Truncate function in Microsoft Access, like there is in Microsoft Excel?   ========= ANSWER --------- No - but you can write your own very easily!In Microsoft Access, create a new Module, and enter the following code: Function Trunc(vNum As Double, vDec As Integer) As Double Trunc = [...]

By |2011-08-16T12:18:02+00:00August 16th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Access: Truncate Function

What does E-02 mean in a decimal number?

========= QUESTION --------- When I run a query in Access, or have large number in Excel, what does it mean when it is a large number with an E-02, or E+02 at the end? Or for that matter, E+/-any number?   ========= ANSWER --------- This is Exponential Notation (also known as Scientific Notation or Standard [...]

By |2017-12-01T23:47:38+00:00August 12th, 2011|Access, Computers, Documentation, Excel, Math, Microsoft|Comments Off on What does E-02 mean in a decimal number?
Go to Top