Adding a calculation to a field

J

Jeff Boyce

<!wicked!>

Jeff Boyce
<Access MVP>

Van T. Dinh said:
Potential respondents can't see your post until tomorrow ...

--
HTH
Van T. Dinh
MVP (Access)


jill graeve said:
Can someone know how to put a calculatin field into a Form when it is in
design view. I follow my instructions as it says to "Click on the Total
field and the properties window is referencing the Total field. I click
the
Control Source area and type=[Price1]+[Price2] push Enter key and get an
error message of trying to do a Visual Basic Procedure and that is not
allowed with Automation Operations.
 
J

jill graeve

Can someone know how to put a calculatin field into a Form when it is in
design view. I follow my instructions as it says to "Click on the Total
field and the properties window is referencing the Total field. I click the
Control Source area and type=[Price1]+[Price2] push Enter key and get an
error message of trying to do a Visual Basic Procedure and that is not
allowed with Automation Operations.
 
D

Dodo

Can someone know how to put a calculatin field into a Form when it is
in design view. I follow my instructions as it says to "Click on the
Total field and the properties window is referencing the Total field.
I click the Control Source area and type=[Price1]+[Price2] push Enter
key and get an error message of trying to do a Visual Basic Procedure
and that is not allowed with Automation Operations.

Why not put it in the query?
Or isn't that the source for your form?
 
Top