Can I backup my VBA code?

========= QUESTION --------- I have been having a lot of trouble lately with my Microsoft Access database files being corrupted and losing all of my code. (a sometimes fix for this: http://www.anysitesupport.com/error-microsoft-access-has-stopped-working/) The scary thing is even when I attempt to open the backups, they may work, but the code still disappears! Is there a [...]

By |2017-12-01T23:47:35+00:00October 26th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Can I backup my VBA code?

VBA: String Manipulation

========= QUESTION --------- What are some ways I can manipulate strings within VBA?   ========= ANSWER --------- see EXAMPLES   ========= EXAMPLES --------- Title field has values like: Company Manager, Company Assoc, Company Director, etc...Remove Company: =IIf([Title] is null,"",Replace([Title],"Company ",""))   ========= APPLIES TO / KEY WORDS --------- Microsoft Access String Manipulation Strings VBA   [...]

By |2011-10-25T10:23:53+00:00October 25th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on VBA: String Manipulation

View Available Wireless Networks is missing

========= QUESTION --------- I want to use Windows to configure my wireless network connections, but my computer or network hardware manufacturer's software has disabled this feature. How do I re-enable it?   ========= ANSWER --------- Windows XP The issue is the Wireless Zero Configuration service has been disabled or stopped. Open the Services applet from [...]

By |2017-12-01T23:47:36+00:00October 21st, 2011|Computers, Documentation, Microsoft, Networking, Windows, Wireless, XP|Comments Off on View Available Wireless Networks is missing

Error: Microsoft Access has stopped working

========= QUESTION --------- When opening a Microsoft Access database file, Access crashes with a pop up message stating: -------------------------------------------------------------------- Microsoft Access -------------------------------------------------------------------- Microsoft Access has stopped working  Windows is checking for a solution to the problem...  [Cancel] --------------------------------------------------------------------   Finally resulting in the following message: ---------------------------------------------------------------------------------------Microsoft Access ---------------------------------------------------------------------------------------Microsoft Access has stopped working A problem caused the [...]

By |2017-12-01T23:47:36+00:00October 19th, 2011|Access, Computers, Documentation, Microsoft|Comments Off on Error: Microsoft Access has stopped working

Disk Space Analysis

========= QUESTION --------- How can I get a good view of how much disk space is being used by each folder in my hierarchy?   ========= ANSWER --------- Microsoft Windows http://www.jam-software.com/treesize_free/ http://windirstat.info/ http://www.freecommander.com/ --------- Mac OS http://grandperspectiv.sourceforge.net/   ========= EXAMPLES ---------see ANSWER   ========= APPLIES TO / KEY WORDS --------- Disk Space Hard Disk Disk [...]

By |2011-10-17T15:32:30+00:00October 17th, 2011|Apple, Computers, Documentation, Microsoft, Windows|Comments Off on Disk Space Analysis

Show Administrator account on Windows Welcome Screen

========= QUESTION --------- How do I enable and show the Administrator account as a logon option on the Windows 7 or Windows Vista Welcome screen?   ========= ANSWER --------- Windows 7 Run the following commands after running the Command Prompt as an Administrator as follows: Start, type in CMD, right-click the cmd.exe application and select [...]

By |2017-12-01T23:47:36+00:00October 2nd, 2011|7, Computers, Documentation, Microsoft, Vista, Windows|Comments Off on Show Administrator account on Windows Welcome Screen

Using MySQL with ASP.NET

========= QUESTION --------- Can you use the free and popular open source database system, MySQL when coding with ASP.NET, rather than the expensive Microsoft SQL Server database system?   ========= ANSWER --------- Yes - see REF   ========= EXAMPLES ---------   ========= APPLIES TO / KEY WORDS --------- mysql MSSQL VB C# Web CodingCode   [...]

By |2017-12-01T23:47:36+00:00September 29th, 2011|ASP.NET, Computers, Documentation, Microsoft, MySQL|Comments Off on Using MySQL with ASP.NET

Sysinternals Utilities

========= QUESTION ---------   ========= ANSWER --------- Download the SysInternals Suite here: http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx   ========= EXAMPLES ---------   ========= APPLIES TO / KEY WORDS --------- Utilities Tools   ========= REF --------- http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx http://www.techrepublic.com/blog/five-apps/five-sysinternals-tools-no-admin-should-be-without/1056?tag=nl.e101   ---http://www.anysitesupport.com/sysinternals-utilities/http://anySiteHosting.com http://www.techrepublic.com/blog/five-apps/five-sysinternals-tools-no-admin-should-be-without/1056?tag=nl.e101

By |2017-12-01T23:47:37+00:00September 19th, 2011|Computers, Documentation, Microsoft, Windows|Comments Off on Sysinternals Utilities

Can you ping a TNS Name?

========= QUESTION --------- I use ODBC connections to link to Oracle databases. These connections use a TNS Name in their Service Name field. Can I simply PING these TNS Names as a simple connectivity test to the database?   ========= ANSWER --------- Yes  At the COMMAND PROMPT, type: TNSPING (SPACE and then the SERVICE NAME [...]

By |2017-12-01T23:47:37+00:00September 19th, 2011|Computers, Documentation, Microsoft, ODBC, Oracle|Comments Off on Can you ping a TNS Name?

How do I lock my computer?

========= QUESTION --------- Can I manually lock my computer when leaving my desk for a bit?   ========= ANSWER --------- Yes - simply hold down the Windows Logo key and press the L key. Another option is to do the classic Ctrl + Alt + Del combination and select Lock from the resulting options.   [...]

By |2011-09-16T11:06:45+00:00September 16th, 2011|Computers, Documentation, Microsoft, Windows|Comments Off on How do I lock my computer?
Go to Top