If a single database has 3 fields (table.fld1, table.fld2, table.fld3). Each field can contain data or be empty (null). How do I generate a report (formula) based on whether the field contains data or is empty.
Meaning, how do I generate a CR on fld1 if, fld2 and fld3 are empty. On fld1 and...
- MS-Access (DB) table fields:
table.recordId,table.date1,table.name, payperiod, ...
- Using: Visual Studio .Net - C# (OLE DB)
- table.date1 is a "range value"
1. What formula (code) do I use to get only the dates (DB records) in my report for the range I specify in the Crystal...
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.