LuckyMe Posted July 25, 2002 Posted July 25, 2002 It is very easy to find duplicated records by entering "!" in the Find Mode. But let's say I have 100 records that contain same data such as "SA" in the field name called "Code". I want to Find such that it will return one record found for SA if I enter SA in Code in the Find mode. Why do I do this? Well I just want to know there is a "SA" is existed or not WITHOUT showing me all records found that contain
trevorg Posted July 25, 2002 Posted July 25, 2002 You could add to your find script: If[status(CurrentFoundCount)>1] ShowAllRecords Omit Record Show Omitted End If Then you would end up with only 1 of the SA codes.
LuckyMe Posted July 25, 2002 Author Posted July 25, 2002 Thank you for a very quick answer. I have a similiar but "further" question. Actually this is my real question because last time I did not make myself clear. Let's say I have six records that Code contains like this: SA SA12 SA3 SA12 SA13 SA13 then I want it return like this: SA SA1 SA3 SA12 SA13 Thank you very much again. It already took me almost a whole day to work on this problem.
mborgens Posted July 26, 2002 Posted July 26, 2002 I think I understand your question. I made a text field "Serial", which allows me to find on "SA." I then made a calculation field, "Serialcalc" which gives a number result that is simply TextToNum(Serial). In this field I can sort "Serial" and have it sort correctly. mb
Recommended Posts
This topic is 8160 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