Koncord Partners
One-stroke Handwriting for Upper Letters
›
Here is a proposal of one-stroke handwriting of upper letters in English, for machine reading. There was existing one-stroke handwriting for...
How to Speed up Slow Computer
›
This article is for lay people to speed up the computer. You can do all of these steps or any of them. Start from easiest and most effective...
Table Name and Column Name as Parameters in MS Access
›
No, you can’t use table name and column name as parameters in MS Access, unfortunately. Here is a solution: Use a uniformed names and str...
Error Massage: “Operation must use an updateable query"
›
In MS Access, sometimes this error massage with error number 2950 may be a problem. It might be permission issue (see http://www.mikesdotne...
Add Sequence Number to an Existing Table in MS Access
›
Add series number to an existing table can be done by following method: SELECT t.myDate, ( SELECT Count(*) FROM myTable AS s ...
Cope With Deleted Records Recovery Issue in MS Access
›
MS Access does not have functionality to recover or UNDO or UNDELETE deleted records. It is easy to lose data when you mistakenly forget pu...
Q&A: SQL Server
›
Checklist for Analyzing Slow-Running Queries? # Use SQL Server Profiler to help identify the slow query or queries. For more information. Us...
›
Home
View web version