How do I update the contact information on my Domain Name Registration?

========= QUESTION --------- How do I update the contact information on my Domain Name Registration records?   ========= ANSWER --------- Logon to the Client Portal (http://www.anysitesupport.com/how-do-i-logon-to-the-client-portal/) Click Domains, My Domains Click the Manage Domains button next to the domain you want to editClick Management Tools, Contact InformationUpdate the contact information as neededClick the Save Changes [...]

By |2017-12-01T23:47:49+00:00May 13th, 2011|anySiteSolutions.com, Domain Name Registration|Comments Off on How do I update the contact information on my Domain Name Registration?

Access VBA: How to copy a table

========= QUESTION --------- How do I copy a table using VBA or SQL in Access?   ========= ANSWER --------- See EXAMPLES NOTE: the use of of the square brackets ("[" and "]") will save you a lot of grief! For instance in the example below, the date formatting having hyphens in it screws up the [...]

By |2017-12-01T23:47:49+00:00May 12th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Access VBA: How to copy a table

How do I control who gets invoices, ticket responses or other emails?

========= QUESTION --------- How do I control who gets invoices, ticket responses or other emails from the Client Portal system?   ========= ANSWER --------- Logon to the Client Portal (How to logon to the Client Portal: http://www.anysitesupport.com/how-do-i-logon-to-the-client-portal/) Click Edit Account Details under your name at the top rightClick Contacts/Sub-AccountsSelect the Contact you wish to work with [...]

By |2017-12-01T23:47:49+00:00May 10th, 2011|anySiteSolutions.com, Client Portal|Comments Off on How do I control who gets invoices, ticket responses or other emails?

How do I transfer my domain to another registrar?

Q. How do I transfer my domain name to another registrar? --- Logon to the Client Portal (http://www.anySiteSolutions.com/how-do-i-logon-to-the-client-portal/) Click Domains, My Domains Click the Manage Domain button next to the domain you are interested in working with Click the Contact Information link on the left, and ensure the Admin Contact email address is set to an email [...]

By |2017-12-01T23:47:49+00:00May 10th, 2011|anySiteSolutions.com, Domain Name Registration|Comments Off on How do I transfer my domain to another registrar?

Can I use a mini-CD in my slot loading Mac?

========= QUESTION ---------Can I load a mini-CD or non-standard shaped CD-ROM in my macintosh computer that uses a slot loading CD-ROM drive?   ========= ANSWER ---------No   ========= EXAMPLES ---------See REF   ========= APPLIES TO / KEY WORDS --------- MacCD-ROM   ========= REF --------- http://support.apple.com/kb/HT2446?viewlocale=en_US   ---http://www.anysitesupport.com/can-i-use-a-mini-cd-in-my-slot-loading-mac/ http://anySiteHosting.com

By |2011-05-10T10:23:30+00:00May 10th, 2011|Apple, Computers, Documentation|Comments Off on Can I use a mini-CD in my slot loading Mac?

What is my password?

========= QUESTION ---------What is my password? Why do I have so many passwords?  How do I logon to the system?   ========= ANSWER ---------The fact is, due to our best of breed systems, there may be at any one time, several separate but complimentary systems that you will need to log in to. Each of [...]

By |2017-12-01T23:47:49+00:00May 5th, 2011|anySiteSolutions.com, Billing, Client Portal, Control Panel, Email, FTP, Linux Hosting, Windows Hosting|Comments Off on What is my password?

How do I use the File Manager in the Control Panel?

========= QUESTION ---------How do I use the File Manager in the Control Panel?   ========= ANSWER ---------Logon to the Control Panel: http://www.anysitesupport.com/how-do-i-logon-to-the-hosting-control-panel/ ---------  Windows Hosting Accounts: (Your control panel is titled Helm) After logging on to the control panel, click DomainsClick the domain you are interested in reviewingClick the File Manager iconThen click through your [...]

By |2017-12-01T23:47:49+00:00May 5th, 2011|anySiteSolutions.com, Control Panel, Linux Hosting, Windows Hosting|Comments Off on How do I use the File Manager in the Control Panel?

Access: How do I open a new email message from VBA?

========= QUESTION ---------How do I open a new email message from VBA?   ========= ANSWER ---------See EXAMPLES   ========= EXAMPLES ---------Dim olLook As Object 'Start MS OutlookDim olNewEmail As Object 'New email in OutlookDim strContactEmail As String 'Contact email address Set olLook = CreateObject("Outlook.Application")Set olNewEmail = olLook.createitem(0)strEmailSubject = "TopSellers.accdb Application"strEmailText = ""strContactEmail = NAME@DOMAIN With [...]

By |2011-05-05T09:08:36+00:00May 5th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Access: How do I open a new email message from VBA?

How do I add a WordPress menu to the content of my page?

========= QUESTION ---------How do I put a WordPress menu into the content of a WordPress page? How do I call a navigation menu using a short code? How do I add a navigation or site map to all sub pages on my page?   ========= ANSWER ---------First setup a menu in WordPress under Appearance, Menus [...]

By |2017-12-01T23:47:49+00:00May 4th, 2011|Documentation, Internet/Web, WordPress|Comments Off on How do I add a WordPress menu to the content of my page?

Access: VBA to open Internet Explorer

========= QUESTION ---------How do I open a web site from VBA? How do I open a url from VBA? How do I use VBA to open Internet Explorer?   ========= ANSWER ---------See Examples   ========= EXAMPLES ---------Private Sub ViewURL_Click() Set browser = CreateObject("InternetExplorer.Application")browser.Navigate ("http://www.Google.com")browser.StatusBar = Falsebrowser.Toolbar = Falsebrowser.Visible = Truebrowser.Resizable = Falsebrowser.AddressBar = True End [...]

By |2011-05-04T10:47:37+00:00May 4th, 2011|Access, Documentation, Microsoft, VBA|Comments Off on Access: VBA to open Internet Explorer
Go to Top