Adam123 Posted July 8, 2004 Posted July 8, 2004 what I want to do is make a calculation taking 3 fields, and puting them into 1 field adding a space inbetween each field being added
Neverland Posted July 8, 2004 Posted July 8, 2004 Adam123 - Very easy... Your calculation would look something like: Field1 & " " & Field2 & " " & Field3 The quotes are literal text and in this case just put a space (or anything else) between them. The "and" symbol concatenates (combines) things together. Have fun! SR
Adam123 Posted July 8, 2004 Author Posted July 8, 2004 Thanks! I tried something like that but it didnt like it, ill try agian
aklodner Posted July 9, 2004 Posted July 9, 2004 Sorry to be late to this conversation. One more thing to add, make sure your calculation result is set to return as text. Otherwise, you could have problems. A
Recommended Posts
This topic is 7704 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now