Newbies spearman Posted November 11, 2005 Newbies Posted November 11, 2005 I have just started working with File Maker and only do so in a very basic manner. I use it to keep track of college student book records. We are currently working with anothe company and need to exchange information. When I sent the info to them they said they needed a certain number of positions for the student name, ID number, and account number. For example, currently I have like 11 spaces for the first and last name and I need 15. Is there a way on FM to add a finite number of spaces or positions to a field? Sorry if this is confusing!
Ender Posted November 11, 2005 Posted November 11, 2005 Use a calc field for the padded text: padded_name_last (calculation, text result) = left(Name Last & " "; 15) padded_acctNo (calculation, text result) = left(AcctNo & " "; 10) ...
Recommended Posts
This topic is 7050 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