Quantcast
Viewing latest article 6
Browse Latest Browse All 22

Created 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 use:
```
If IsPropertyDefined("RowSource", fldAnalyze) Then !theSQL = fldAnalyze.Properties("RowSource")
```

Viewing latest article 6
Browse Latest Browse All 22

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>