var fDesc=new Array(); fDesc[0] = "Total Access Statistics 2010 is the Most Powerful Data Analysis Program for Microsoft® Access®
Microsoft Access queries offer basic data analysis. For more advanced computations and real number crunching, programming is required, sometimes lots of it, or you need to export your data to another program.
Fortunately, the MS Access community has relied on Total Access Statistics for almost two decades for advanced number crunching within Access. Designed specifically for Microsoft Access, Total Access Statistics runs as an add-in for Access and offers a wide range of statistical functions to analyze your data. Your data can be in Access tables, linked from other sources such as SQL Server, or from a query. Analyze multiple fields and an unlimited number of records at one time. You can even analyze data from multi-table select queries or crosstabs."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }