Are you showing data from more than one table (dataset)? A common problem is linking Table A to Table B when there may be no entry for Table B. You need to make the link 'left outer', otherwise you won't see any table A record that lacks a table B entry.
Another common error is testing for a value in a field and not allowing for it being null. Hitting a null stops any formula unless IsNull is used first.
Madawc Williams (East Anglia, UK). Using Crystal 11.5 with SQL and Windows XP
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.