VBAPrincess
Programmer
I have an Access subform which has totals in the footer. The calculated field should display the total premium for the displayed account. The subform has worked just fine until we moved to 2010. However, I have two employees using Citrix to access the database. When they view the form the calculated field is blank. I recreated a new (simpler) form thinking perhaps I needed to rebuild the form but it wouldn't work there either. I do not get #Error, instead I get nothing. I've attached an image to show what I'm trying to do.
The query behind the form uses the field Premium which is in the table. It is not a calculated field. The textbox in the footer has the formula =Sum([Premium]). There are no "nulls" in the records as the field defaults to zero. Using the formula =Sum(Nz([Premium],0)) does not change the outcome. The database file is an MDB as it was created in Access 2003. We are now using Access 2010 on Windows 7.
Thanks in advance! Hopefully I'll find it's something simple I've overlooked!
Diana
VBA Princess
-- I'm hoping to grow up to be a Goddess!
The query behind the form uses the field Premium which is in the table. It is not a calculated field. The textbox in the footer has the formula =Sum([Premium]). There are no "nulls" in the records as the field defaults to zero. Using the formula =Sum(Nz([Premium],0)) does not change the outcome. The database file is an MDB as it was created in Access 2003. We are now using Access 2010 on Windows 7.
Thanks in advance! Hopefully I'll find it's something simple I've overlooked!
Diana
VBA Princess
-- I'm hoping to grow up to be a Goddess!