expression

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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]
 
Put the expression into the Control Source property of the text box, not its
On Enter property.
 
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.
 
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.
 
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.
 
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.
 
Back
Top