How do I add, edit or delete favorites in Internet Explorer?

========= QUESTION --------- I need to add a new favorite in Internet Explorer. I need to edit a favorite in Internet Explorer. I need to delete a favorite in Internet Explorer.   ========= ANSWER --------- Internet Explorer v8 --- Adding a Favorite Open Internet Explorer Browse to the web site you wish to add to [...]

By |2017-12-01T23:47:39+00:00July 27th, 2011|Computers, Documentation, Internet Explorer, Microsoft|Comments Off on How do I add, edit or delete favorites in Internet Explorer?

Outlook: Shared task list – hide already assigned

========= QUESTION --------- When viewing a list of shared tasks in Microsoft Outlook, how can I make the ones already assigned to or owned by others, not show?   ========= ANSWER --------- When assigning or taking ownership of the task, un-check the "Keep an updated copy of this task on my task list" checkbox just [...]

By |2011-07-20T05:39:06+00:00July 20th, 2011|Documentation, Microsoft, Outlook|Comments Off on Outlook: Shared task list – hide already assigned

OWA: How do I open additional mailboxes?

========= QUESTION --------- When I am logged in to Outlook Web Access, is there a way to access other mailboxes or inboxes like I do when using my Outlook desktop software?   ========= ANSWER --------- Click your name in the upper right corner of the Outlook Web Access window Type the name of the mailbox [...]

By |2017-12-01T23:47:39+00:00July 19th, 2011|Computers, Documentation, Exchange, Microsoft, Outlook Web Access|Comments Off on OWA: How do I open additional mailboxes?

Access Error: Microsoft Access can’t open the Zoom box

========= QUESTION --------- When I right-click a field cell in a query and select Zoom I get the following error in a pop up dialog box with an OK button: Microsoft Access can't open the Zoom box. The Microsoft Access Utility add-in is missing or was modified. Rerun Microsoft Access or Microsoft Office Setup to [...]

By |2017-12-01T23:47:39+00:00July 15th, 2011|Access, Computers, Documentation, Microsoft|Comments Off on Access Error: Microsoft Access can’t open the Zoom box

Access Error: …is not a valid name

========= QUESTION ---------When running  a query in Microsoft Access, I receive the following error in a pop up dialog box with an OK button: 'QUERY NAME HERE' is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long.    ========= ANSWER --------- This [...]

By |2017-12-01T23:47:39+00:00July 15th, 2011|Access, Computers, Documentation, Microsoft|Comments Off on Access Error: …is not a valid name

Citrix / Xen App: Application launch fails in Internet Explorer 9

========= QUESTION --------- Ever since I upgraded to IE9, my applications will no longer launch from Citrix Xen App in my browser.   ========= ANSWER --------- This is due to the increased Security Settings in Internet Explorer v9 You likely lost the Citrix Xen App site being listed in your Trusted Sites dialog during the [...]

By |2017-12-01T23:47:39+00:00July 13th, 2011|Citrix, Computers, Documentation|Comments Off on Citrix / Xen App: Application launch fails in Internet Explorer 9

VBA: Use VBA to create directories

========= QUESTION --------- Can I create directories from within my VBA code?   ========= ANSWER --------- see EXAMPLES   ========= EXAMPLES --------- MkDir "c:TOTNExamples" --------- If Len(Dir("c:TOTNExamples", vbDirectory)) = 0 Then MkDir "c:TOTNExamples"End If   ========= APPLIES TO / KEY WORDS --------- VBA Directory Directories md MakeDirectory Make Directory   ========= REF --------- http://www.techonthenet.com/access/functions/file/mkdir.php   [...]

By |2011-07-13T08:50:11+00:00July 13th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on VBA: Use VBA to create directories

WordPress: List child pages using a shortcode

========= QUESTION --------- How do I list the child pages on a page?   ========= ANSWER --------- Place the code in the EXAMPLES section in your theme's Functions.php file, and then call it using the shortcode [children]   ========= EXAMPLES --------- function child_pages_shortcode() {   global $post;   return '<ul>'.wp_list_pages('echo=0&depth=0&title_li=&child_of='.$post->ID).'</ul>';}add_shortcode('children', 'child_pages_shortcode');   ========= APPLIES TO / KEY [...]

By |2017-12-01T23:47:40+00:00July 9th, 2011|Documentation, Internet/Web, WordPress|Comments Off on WordPress: List child pages using a shortcode

iOS Device Screen Icons for your Web Site

========= QUESTION --------- When a user adds a web site to their home screen on their iOS device (iPhone, iPod, iPad), how do I make my icon appear on their screen instead of the default icon.   =========ANSWER---------Include an image file named apple-touch-icon.png in the root directory of your web site. iOS takes care of [...]

By |2017-12-01T23:47:40+00:00July 9th, 2011|Apple, Cell Phone, Computers, Documentation, iOS|Comments Off on iOS Device Screen Icons for your Web Site

Linking a Snap Survey to a Database

========= QUESTION --------- How do I link in a local database to a Snap Survey hosted on line?   ========= ANSWER --------- See REF --------- Summary of stepsStep 1: Setting up the Database Linkage Wizard Step 2: Creating the data link for the SQL database Step 3: Matching records between the survey and the database [...]

By |2017-12-01T23:47:40+00:00July 8th, 2011|Computers, Documentation, Snap Survey|Comments Off on Linking a Snap Survey to a Database
Go to Top