Mar 26, 2003 #1 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.
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.
Mar 26, 2003 #2 Rick39 Programmer May 11, 2001 426 US Try Sum([field1] + [Field2]) - [field3] Upvote 0 Downvote
Mar 26, 2003 Thread starter #3 sgfromny Technical User Jan 17, 2003 120 US Nope, I get a ?name error in the field Upvote 0 Downvote
Mar 26, 2003 #4 Ason1976 Technical User Mar 7, 2003 14 CA 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. Upvote 0 Downvote
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.