Anh_Tran Posted June 3, 2003 Posted June 3, 2003 Hi All, I have a field named Name_Student: record 1 : Bob record 2: Chris and so on.... so I have a layout which have a global field named Check_Name ...when I enter : AnhTran.... how do I know that the name is exits in the field Name_Student or not and how do I check if I enter is correct? ... Do I need to go through each record to c check??? ...that takes long? ...or do I use a valuelist to check it? Anyone has an idea? Thanks Anh Tran
cjaeger Posted June 3, 2003 Posted June 3, 2003 Arghhh Tran, "name is exits"(?) so you want to check for an existing name, I guess. (btw. there IS a check spelling option for the posts, why not use it?) Make a value list from related or self-join) file, then set field validation to use that value list. or better: if just a few students, use a drop down list. otherwise, use the "clairvoyance" technique as shown at www.databasepros.com
Lee Smith Posted June 3, 2003 Posted June 3, 2003 Hi Christian, The spelling checker available here is weak, to say the least. It can't be trained and therefore words such as FileMaker continue to be suspects. Hi Arghhh, If I'm understanding you correctly, why not do a find in the field, using the correct spelling of course. Lee
Anh_Tran Posted June 3, 2003 Author Posted June 3, 2003 ihihhi I used 1-1 relationship to check if the names is equal to other name of other database... yeah do a find is good too ... sometimes i find my head is stopping working.... Thanks All Anh Tran
Recommended Posts
This topic is 8190 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