expression

D

dberger16

I have an expression that does not work in my form in the field "owe", On
Enter:

=[due]-[paid]

I'm not sure why it won't calculate using these two fields above. Thanks.







=[Subtotal]+[Freight]
 
A

Allen Browne

Put the expression into the Control Source property of the text box, not its
On Enter property.
 
D

dberger16

Now the calculated field values on my form (which now work) are not going
back into my table. Thanks.
--
DaveB


Allen Browne said:
Put the expression into the Control Source property of the text box, not its
On Enter property.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

dberger16 said:
I have an expression that does not work in my form in the field "owe", On
Enter:

=[due]-[paid]

I'm not sure why it won't calculate using these two fields above. Thanks.
 
A

Allen Browne

See:
Calculated fields
at:
http://allenbrowne.com/casu-14.html

The article explains when and how to store calculated fields.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

dberger16 said:
Now the calculated field values on my form (which now work) are not going
back into my table. Thanks.
--
DaveB


Allen Browne said:
Put the expression into the Control Source property of the text box, not
its
On Enter property.


dberger16 said:
I have an expression that does not work in my form in the field "owe",
On
Enter:

=[due]-[paid]

I'm not sure why it won't calculate using these two fields above.
Thanks.
 
D

dberger16

I don't know what "Create a query into your table" means, I have never
created a query in a table before. thanks.
--
DaveB


Allen Browne said:
See:
Calculated fields
at:
http://allenbrowne.com/casu-14.html

The article explains when and how to store calculated fields.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

dberger16 said:
Now the calculated field values on my form (which now work) are not going
back into my table. Thanks.
--
DaveB


Allen Browne said:
Put the expression into the Control Source property of the text box, not
its
On Enter property.


I have an expression that does not work in my form in the field "owe",
On
Enter:

=[due]-[paid]

I'm not sure why it won't calculate using these two fields above.
Thanks.
 
A

Allen Browne

Sorry that expression was not clear for you.

It means, Create a query based on your table.
(The query does not exist in the table; it queries your table.)

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

dberger16 said:
I don't know what "Create a query into your table" means, I have never
created a query in a table before. thanks.
--
DaveB


Allen Browne said:
See:
Calculated fields
at:
http://allenbrowne.com/casu-14.html

The article explains when and how to store calculated fields.

dberger16 said:
Now the calculated field values on my form (which now work) are not
going
back into my table. Thanks.
--
DaveB


:

Put the expression into the Control Source property of the text box,
not
its
On Enter property.


I have an expression that does not work in my form in the field
"owe",
On
Enter:

=[due]-[paid]

I'm not sure why it won't calculate using these two fields above.
Thanks.
 
Top