You have to delete all the tables in your client database, then import all the tables from the server. You can then use the tools->Add-ins->Linked Table Manager to update the server database.
DukeofEarl
That is correct. There are two calculated controls. The IIF expression is in the txtDebitControl andnthe txtCreditControl is unbound. Nothing calculates and of course it prints blanks in the report footer.
DukeofEarl
I am using a IIF function in a report footer to SUM negative and positive values. This isn't working.
I reference the [Fielda} as follows:
=IIF ([Fielda]< 0, Reports![Reporta]![txtDebitControl]+ [Fielda], Reports![Reporta]![txtCreditControl]+ [Fielda])
[Fielda] is part of the query and is...
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.