How do I enter a formula/expression in a textbox control that will calculate 2 two fields. Example: =[Units Sampled] - [Units Passed] the total should appear in the field (Units Failed)?
Insert Formula in control textbox in Access 97
Collapse
X
-
Tags: None
-
Place exactly what you have
=[Units Sampled] - [Units Passed]
in the textbox Control Source in the Properties Pane..
Welcome to Bytes!
Linq ;0)> -
Error Message from Formula entered in Textbox Control
I have entered the formula in the textbox control that should have the end result.
example: =[Units Sampled] - [Units Passed]
The error message on the form appears as this (#Name?) what should I do?Comment
Comment