November 5, 200322 yr Newbies I have been given the task of setting up an employee database using Filemaker Pro. Unfortunately I know very little about FMP. Is it possible to limit a field's valid input to just alphabetic characters and, if so, how is this done?
November 5, 200322 yr In your field validation specify a calculation of PatternCount(field, "A") + PatternCount(field, "B") + PatternCount(field, "C")...+ PatternCount(field,"Z") = Length(field) Then, make it Strict and enter a message along the lines of 'Enter only alphabetic characters.'
Create an account or sign in to comment