Distinguish between Date variable and Date field?
Suppose I have a database field called Date. In the header I want to use the System Date variable. If I do this though it will use the database field not the variable. How can you distinguish between the Date system variable and a database field called Date?
Comments
[DATE] = system variable
[MyTable."DATE"] = field
Regards
Pierre
Is the property UseDefaultDataSetName of the report is set to true. Never tried it though.