Newbies Guy K. Posted February 18, 2003 Newbies Posted February 18, 2003 One of our clients has a contacts database in FM. Earlier today they reported an error so I started to do some testing on the db. I created a calculation field Test = company &"_"& first_name "&_"& last_name &"_"& phone. In none of the records the first name and last name are displayed [color:"blue"] in this test field (e.g.: ACME___555-123456 instead of ACME_John_Doe_555-123456) . The company name, the underscore signs and the phone number are displayed correctly. In addition, the field "last[color:"blue"]_name" is always empty when using a browser (web companion). Anyone had the same problem before? Thx. Guy
Lee Smith Posted February 18, 2003 Posted February 18, 2003 Hi Guy, You are referring to your field (last name) by two different names, Do you have two different fields for the last name, first name? (Note: your calculation is showing a "_" in "last_name" and then you later refer to the field as "last name" (no underscore)). If you have a double naming situation, prehaps the wrong field is being used in the calculation. HTH Lee
Newbies Guy K. Posted February 18, 2003 Author Newbies Posted February 18, 2003 It should read both times "last_name"... ... Anyway, FM would have given me an error if I were typing the wrong field name in the formula window
Lee Smith Posted February 18, 2003 Posted February 18, 2003 That's why I asked if you had two fields for each name. Please copy the calculation directly out of the field and paste it in a calculation. Lee
Newbies Guy K. Posted February 18, 2003 Author Newbies Posted February 18, 2003 Original post edited & corrected. No, there's no double name/double field situation.
Lee Smith Posted February 18, 2003 Posted February 18, 2003 Compare your Calculation to mine and you will notice a missplaced [color:"red"] " in yours. Yours company &"_"& first_name "&_"& last_name &"_"& phone Mine company & "_" & first_name & "_" & last_name & "_" & phone HTH Lee
Newbies Guy K. Posted February 20, 2003 Author Newbies Posted February 20, 2003 Right, I should have copy-pasted the formula from FM into the message, because this is another typo... Anyway, what I did last night: I recreated the layout and fields and reimported the data, and now it seems to work (except for a strange error when using the db via a browser, but that's for another thread). Thanks for your effort!
Recommended Posts
This topic is 8018 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