D
Dan McClelland
In Access 97, it was easy to put a calculated control in a
form's footer and get a sum of data from a field in the
Detail section. For example, the calculated control's
controlsource would be
=Sum([txtMyValue])
In an Access XP project bound to SQL Server data, it
doesn't appear to work. The calculated control simply
returns
#Error
This happens whether I use a table, SQL statement, stored
proc or table-based user defined function. Is there a
workaround? Having totals at the bottom of my form is
critical to the users.
form's footer and get a sum of data from a field in the
Detail section. For example, the calculated control's
controlsource would be
=Sum([txtMyValue])
In an Access XP project bound to SQL Server data, it
doesn't appear to work. The calculated control simply
returns
#Error
This happens whether I use a table, SQL statement, stored
proc or table-based user defined function. Is there a
workaround? Having totals at the bottom of my form is
critical to the users.