Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding Values in A form

Status
Not open for further replies.

sgfromny

Technical User
Jan 17, 2003
120
US
I'd Like to take three fields and add them together as follows:
[field1] + [Field2] - [field3]

Seems simple enough, but the result I get is a combination of the fields. eg. "field1field2"

The values are numbers???? What the?

help please.
 
Have you thought about basing your form on a query instead of a table? I find it works better when using calculations doing it that way.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top