fishma Posted November 15, 2000 Posted November 15, 2000 What does your concatenation definition look like? Fishma...
Chuck Posted November 16, 2000 Posted November 16, 2000 It sounds like either the zip code field is a number field, or that somewhere in your calculations it's being converted from text to a number. If you zip code field is a number field, make it a text field. You shouldn't loose any data, but it won't loose the leading zero either. Zip codes are more properly text fields anyway, since they aren't really representing a numeric quantity, and sometimes (as with Canadian postal codes or with zip+4 codes) they need to have text elements in them. Try that and see if it fixes your problem. If not, then you might be converting the text field to a number field somewhere. Check for this if the first solution fails. Chuck
Newbies NICSTEF Posted November 16, 2000 Newbies Posted November 16, 2000 I've been using filemaker for 8 years and for the first time have a customer with a zip that starts with 0. I have a concatenation field that bring city, state and zip together but it drops the leading zero. It's entered in the customer data base as 03689 but when it concatenates it's just 3689. Any one know how to fix this? Nick
Newbies NICSTEF Posted November 21, 2000 Newbies Posted November 21, 2000 quote: Originally posted by fishma: What does your concatenation definition look like? Fishma... Another response suggested changing the zip field to text instead of number. I did that and it worked. Thanks. Nick
Recommended Posts
This topic is 9020 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