B
bbrazeau via AccessMonster.com
Ok, Calculated controls. Someone correct me if I’m wrong.
1). Do not belong as fields in tables.
2). Do belong in forms or queries.(anywhere else?)
3). If used in a form: Don’t show up in wizard created reports because
reports are based on tables or queries which don’t have the calculated field
value.
4). When used in queries are practically limited to a formula that can be
constructed within the expression builder. (can not easily be set to the
return value of a function defined with VB code, and using fields in current
record of the query, as could be if it were defined at the form level using
the “Me.” Keyword to reference field values within that record)
1). Do not belong as fields in tables.
2). Do belong in forms or queries.(anywhere else?)
3). If used in a form: Don’t show up in wizard created reports because
reports are based on tables or queries which don’t have the calculated field
value.
4). When used in queries are practically limited to a formula that can be
constructed within the expression builder. (can not easily be set to the
return value of a function defined with VB code, and using fields in current
record of the query, as could be if it were defined at the form level using
the “Me.” Keyword to reference field values within that record)