G
Guest
This database is the first time I've used the AutoNumber as my Primary Key
and I'm having many trials. As the Subject says "Three Questions."
1) I use a query to my reports. Sometimes, the FieldID AutoNumber, ie, “13,â€
shows in the Report "Print Preview" rather than the entered information, ie,
“Joe Green.†I pull the Field Name from the Query. Incidentally, when I run
the Query, “Joe Green†shows, not “13.â€
2) The “Description Footer†and the “Whoes Footer†are appearing in the
report above the headers at the top of the page!
3) I have “0.00†appearing throughout the report. All default values set to
“0,†I don't want that. I'm afraid if I go back and leave the Default Value
blank, that may create even more problems in the future, so I tried the
following two expressions in the field text box and get an Invalid Control
Source and Circular Reference message when I try to get out of the text box.
I tried
=IIF(Is Null([Client Check Amount]),†“,[Client Check Amount])
When that did not work, I tried
=IIF(Nz(Client Check Amount],0),†“,[Client Check Amount])
Any help would be greatly appreciated.
and I'm having many trials. As the Subject says "Three Questions."
1) I use a query to my reports. Sometimes, the FieldID AutoNumber, ie, “13,â€
shows in the Report "Print Preview" rather than the entered information, ie,
“Joe Green.†I pull the Field Name from the Query. Incidentally, when I run
the Query, “Joe Green†shows, not “13.â€
2) The “Description Footer†and the “Whoes Footer†are appearing in the
report above the headers at the top of the page!
3) I have “0.00†appearing throughout the report. All default values set to
“0,†I don't want that. I'm afraid if I go back and leave the Default Value
blank, that may create even more problems in the future, so I tried the
following two expressions in the field text box and get an Invalid Control
Source and Circular Reference message when I try to get out of the text box.
I tried
=IIF(Is Null([Client Check Amount]),†“,[Client Check Amount])
When that did not work, I tried
=IIF(Nz(Client Check Amount],0),†“,[Client Check Amount])
Any help would be greatly appreciated.