I have a form w/ a query as a record source. The detail section displays multiple records and in the footer I have a text boxes w/ the control source set to something like the following to displays totals for the various columns.
=Sum([amount])
Recently, these total fields have stopped displaying. I thought it may have been some other seemingly unrelated changes I was making, but I reverted them and the problem still persists. I copied the same database to another machine it works fine.
Has anyone seen anything like this before? Any idea how to resolve this?