Commented Unassigned: add conditional compiling for 64-bit [1138]
Clyde L (Larry) W. asked about a 64-bit version. Putting in conditional compiling for 64-bit would be great! The only code I am aware of that would have to be conditionally executed is prompting for...
View ArticleCommented Unassigned: fix problem with international dates [1153]
in some international versions of Access, there is a problem when dates are stored due to the regional settings. Try:```' queries: Format(Now(), "\#yyyy\-mm\-dd hh\:mm\:ss\#")' recordsets and controls:...
View ArticleCommented Unassigned: add conditional compiling for 64-bit [1138]
Clyde L (Larry) W. asked about a 64-bit version. Putting in conditional compiling for 64-bit would be great! The only code I am aware of that would have to be conditionally executed is prompting for...
View ArticleEdited Unassigned: add conditional compiling for 64-bit [1138]
Clyde L (Larry) W. asked about a 64-bit version. Putting in conditional compiling for 64-bit would be great! The only code I am aware of that would have to be conditionally executed is prompting for...
View ArticleEdited Unassigned: fix problem with international dates [1153]
in some international versions of Access, there is a problem when dates are stored due to the regional settings. Try:```' queries: Format(Now(), "\#yyyy\-mm\-dd hh\:mm\:ss\#")' recordsets and controls:...
View ArticleCreated Issue: Lookups fields do not always have RowSource [1174]
Lookup fields do not always have a RowSource.In mod_Analyzer_110_LookupFields, this statement needs to change to keep the Analyzer from crashing.!theSQL = fldAnalyze.Properties("RowSource")perhaps...
View ArticleEdited Issue: Lookups fields do not always have RowSource [1174]
Lookup fields do not always have a RowSource.In mod_Analyzer_110_LookupFields, this statement needs to change to keep the Analyzer from crashing.!theSQL = fldAnalyze.Properties("RowSource")perhaps...
View ArticleEdited Issue: Lookups fields do not always have RowSource [1174]
Lookup fields do not always have a RowSource.In mod_Analyzer_110_LookupFields, this statement needs to change to keep the Analyzer from crashing.!theSQL = fldAnalyze.Properties("RowSource")maybe...
View ArticleEdited Unassigned: calculate Average Length for text and memo field data [1139]
In addition to the current field statistics, calculate Average Length for text and memo field data. In addition to helping size controls for forms and reports, knowing average length and how many...
View ArticleCreated Unassigned: Data type conversion error [1178]
Hello,I installed Analyzer_140702 posted by Crystal on July 02. I use Access 2010.The program compiles OK but when I run it, the line :__rsData (sFieldName). Value = varValue__causes a "Data Type...
View ArticleCreated Unassigned: enable vbWatchdog at startup [1182]
Now that vbWatchdog v3 is integrated into the project, we should enable it during startup so that we can start logging extensive details of unhandled VBA errors.We can later expand this to include...
View ArticleCommented Unassigned: enable vbWatchdog at startup [1182]
Now that vbWatchdog v3 is integrated into the project, we should enable it during startup so that we can start logging extensive details of unhandled VBA errors.We can later expand this to include...
View ArticleClosed Unassigned: enable vbWatchdog at startup [1182]
Now that vbWatchdog v3 is integrated into the project, we should enable it during startup so that we can start logging extensive details of unhandled VBA errors.We can later expand this to include...
View ArticleReopened Unassigned: enable vbWatchdog at startup [1182]
Now that vbWatchdog v3 is integrated into the project, we should enable it during startup so that we can start logging extensive details of unhandled VBA errors.We can later expand this to include...
View ArticleEdited Unassigned: enable vbWatchdog at startup [1182]
Now that vbWatchdog v3 is integrated into the project, we should enable it during startup so that we can start logging extensive details of unhandled VBA errors.We can later expand this to include...
View ArticleCreated Unassigned: Incorporate Adrian's OpenBypass() function into the...
Incorporate Adrian's OpenBypass() function into the Analyzer. The purpose of this is to bypass startup code. Jim (Supershadow) is looking into this because it will need conditional compilation for 64-bit.
View ArticleCommented Unassigned: Incorporate Adrian's OpenBypass() function into the...
Incorporate Adrian's OpenBypass() function into the Analyzer. The purpose of this is to bypass startup code. Jim (Supershadow) is looking into this because it will need conditional compilation for...
View ArticleClosed Unassigned: Incorporate Adrian's OpenBypass() function into the...
Incorporate Adrian's OpenBypass() function into the Analyzer. The purpose of this is to bypass startup code. Jim (Supershadow) is looking into this because it will need conditional compilation for...
View ArticleCreated Unassigned: Dependency Report [1359]
Before I retired, I was able to use FMS's Access Analyzer; but as my current development work is for personal use or for that of friends, the financial investment doesn't make sense. AMA is a great...
View ArticleCommented Unassigned: Dependency Report [1359]
Before I retired, I was able to use FMS's Access Analyzer and Speed Ferret for cleaning up Access projects before release. My current MS Access development work is for personal use or for that of...
View Article