Loading...

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

How do I change my FTP Password?

========= QUESTION --------- How do I change my FTP Password?   ========= ANSWER --------- Login to the Hosting Control Panel http://www.anysitesupport.com/how-do-i-logon-to-the-hosting-control-panel/ ---Windows Hosting Accounts Click the Domains IconClick the domain you are interested in working withClick the FTP Accounts icon Click the account you wish to change the password forType in the new Password and [...]

By |2017-12-01T23:47:39+00:00July 10th, 2011|anySiteSolutions.com, FTP|Comments Off on How do I change my FTP Password?

How do I add an FTP account?

========= QUESTION --------- How do I add an FTP account?   ========= ANSWER --------- Login to the Hosting Control Panel http://www.anysitesupport.com/how-do-i-logon-to-the-hosting-control-panel/ ---Windows Hosting Accounts Click the Domains IconClick the domain you are interested in working withClick the FTP Accounts icon Click the Add New buttonType in the new FTP Username, Password and Confirm PasswordClick the [...]

By |2017-12-01T23:47:40+00:00July 10th, 2011|anySiteSolutions.com, FTP|Comments Off on How do I add an FTP account?

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

How do I change my Control Panel password?

========= QUESTION --------- How do I change or reset my Hosting Control Panel Password?   ========= ANSWER --------- You can find your username and reset your password from within the Client Portal Logon to the Client Portal http://www.anysitesupport.com/how-do-i-logon-to-the-client-portal/ Click My Products and Services Click the View Details button next to the domain you are interested [...]

By |2017-12-01T23:47:40+00:00July 8th, 2011|anySiteSolutions.com, Control Panel, Linux Hosting, Windows Hosting|Comments Off on How do I change my Control Panel password?

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